1 write to _handler
System.Diagnostics.DiagnosticSource (1)
System\Diagnostics\Metrics\MetricsEventSource.cs (1)
86
Interlocked.CompareExchange(ref
_handler
, new CommandHandler(this), null);
2 references to _handler
System.Diagnostics.DiagnosticSource (2)
System\Diagnostics\Metrics\MetricsEventSource.cs (2)
84
if (
_handler
== null)
88
return
_handler
;