2 writes to diagnosticTrace
System.ServiceModel.Internals (2)
System\Runtime\Diagnostics\EventLogger.cs (2)
46this.diagnosticTrace = diagnosticTrace; 269this.diagnosticTrace = diagnosticTrace;
3 references to diagnosticTrace
System.ServiceModel.Internals (3)
System\Runtime\Diagnostics\EventLogger.cs (3)
170if (shouldTrace && this.diagnosticTrace != null && this.diagnosticTrace.IsEnabled()) 183this.diagnosticTrace.TraceEventLogEvent(type, new DictionaryTraceRecord((eventValues)));