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