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