Files
linux-packaging-mono/mcs/class/System.ServiceModel.Internals/ReferenceSources/LocalAppContextSwitches.cs

7 lines
164 B
C#
Raw Normal View History

namespace System.ServiceModel.Internals
{
static class LocalAppContextSwitches
{
public static readonly bool IncludeNullExceptionMessageInETWTrace = false;
}
}