1 instantiation of CommandHandler
System.Diagnostics.DiagnosticSource (1)
System\Diagnostics\Metrics\MetricsEventSource.cs (1)
93Interlocked.CompareExchange(ref _handler, new CommandHandler(this), null);
2 references to CommandHandler
System.Diagnostics.DiagnosticSource (2)
System\Diagnostics\Metrics\MetricsEventSource.cs (2)
85private CommandHandler? _handler; 87private CommandHandler Handler