14 references to Diagnostics
dotnet-svcutil-lib (14)
FrameworkFork\System.ServiceModel\System\ServiceModel\Diagnostics\TraceCode.cs (13)
15public const int AppDomainUnload = TraceCode.Diagnostics | 0X0001; 16public const int EventLog = TraceCode.Diagnostics | 0X0002; 17public const int ThrowingException = TraceCode.Diagnostics | 0X0003; 18public const int TraceHandledException = TraceCode.Diagnostics | 0X0004; 19public const int UnhandledException = TraceCode.Diagnostics | 0X0005; 20public const int FailedToAddAnActivityIdHeader = TraceCode.Diagnostics | 0X0006; 21public const int FailedToReadAnActivityIdHeader = TraceCode.Diagnostics | 0X0007; 22public const int FilterNotMatchedNodeQuotaExceeded = TraceCode.Diagnostics | 0X0008; 23public const int MessageCountLimitExceeded = TraceCode.Diagnostics | 0X0009; 24public const int DiagnosticsFailedMessageTrace = TraceCode.Diagnostics | 0X000A; 25public const int MessageNotLoggedQuotaExceeded = TraceCode.Diagnostics | 0X000B; 26public const int TraceTruncatedQuotaExceeded = TraceCode.Diagnostics | 0X000C; 27public const int ActivityBoundary = TraceCode.Diagnostics | 0X000D;
FrameworkFork\System.ServiceModel\System\ServiceModel\Diagnostics\TraceUtility.cs (1)
210case TraceCode.Diagnostics: