LocalAppContextSwitches.cs 164 B

1234567
  1. namespace System.ServiceModel.Internals
  2. {
  3. static class LocalAppContextSwitches
  4. {
  5. public static readonly bool IncludeNullExceptionMessageInETWTrace = false;
  6. }
  7. }