7 lines
164 B
C#
Raw Normal View History

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