22 references to TraceCode
System.ServiceModel.Activation (22)
System\ServiceModel\Activation\Diagnostics\TraceCode.cs (8)
15public const int WebHostFailedToCompile = TraceCode.Activation | 0X0001; 16public const int WebHostServiceActivated = TraceCode.Activation | 0X0002; 17public const int WebHostFailedToActivateService = TraceCode.Activation | 0X0003; 18public const int WebHostCompilation = TraceCode.Activation | 0X0004; 19public const int WebHostDebugRequest = TraceCode.Activation | 0X0005; 20public const int WebHostProtocolMisconfigured = TraceCode.Activation | 0X0006; 21public const int WebHostServiceCloseFailed = TraceCode.Activation | 0X0007; 22public const int WebHostNoCBTSupport = TraceCode.Activation | 0X0008;
System\ServiceModel\Activation\Diagnostics\TraceUtility.cs (8)
17{ TraceCode.WebHostFailedToCompile, "WebHostFailedToCompile" }, 18{ TraceCode.WebHostServiceActivated, "WebHostServiceActivated" }, 19{ TraceCode.WebHostFailedToActivateService, "WebHostFailedToActivateService" }, 20{ TraceCode.WebHostCompilation, "WebHostCompilation" }, 21{ TraceCode.WebHostDebugRequest, "WebHostDebugRequest" }, 22{ TraceCode.WebHostProtocolMisconfigured, "WebHostProtocolMisconfigured" }, 23{ TraceCode.WebHostServiceCloseFailed, "WebHostServiceCloseFailed" }, 24{ TraceCode.WebHostNoCBTSupport, "WebHostNoCBTSupport" },
System\ServiceModel\Activation\HostedHttpRequestAsyncResult.cs (1)
154TraceUtility.TraceEvent(TraceEventType.Verbose, TraceCode.WebHostDebugRequest, SR.TraceCodeWebHostDebugRequest, this);
System\ServiceModel\Activation\HostedTransportConfigurationManager.cs (1)
233TraceUtility.TraceEvent(TraceEventType.Error, TraceCode.WebHostProtocolMisconfigured, SR.TraceCodeWebHostProtocolMisconfigured,
System\ServiceModel\Activation\MetabaseSettings.cs (1)
501TraceUtility.TraceEvent(TraceEventType.Warning, TraceCode.WebHostNoCBTSupport,
System\ServiceModel\Activation\ServiceParser.cs (1)
112TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.WebHostCompilation, SR.TraceCodeWebHostCompilation,
System\ServiceModel\ServiceHostingEnvironment.cs (2)
914TraceEventType.Information, TraceCode.WebHostServiceActivated, SR2.TraceCodeWebHostServiceActivated, 1536TraceUtility.TraceEvent(TraceEventType.Error, TraceCode.WebHostServiceCloseFailed, SR2.TraceCodeWebHostServiceCloseFailed,