1 write to s_asmxTraceSource
System.Web.Services.Description (1)
System\Web\Services\Diagnostics\TraceUtility.cs (1)
68s_asmxTraceSource = new TraceSource(TraceSourceAsmx);
4 references to s_asmxTraceSource
System.Web.Services.Description (4)
System\Web\Services\Diagnostics\TraceUtility.cs (4)
57return s_asmxTraceSource; 69if (s_asmxTraceSource.Switch.ShouldTrace(TraceEventType.Critical)) 85if (s_asmxTraceSource != null) 87s_asmxTraceSource.Close();