536cd135cc
Former-commit-id: 5624ac747d633e885131e8349322922b6a59baaa
7 lines
164 B
C#
7 lines
164 B
C#
namespace System.ServiceModel.Internals
|
|
{
|
|
static class LocalAppContextSwitches
|
|
{
|
|
public static readonly bool IncludeNullExceptionMessageInETWTrace = false;
|
|
}
|
|
} |