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