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