2 writes to _diagnosticsListenersSubscription
System.Diagnostics.DiagnosticSource (2)
System\Diagnostics\DsesFilterAndTransform.cs (2)
416
_diagnosticsListenersSubscription
= null;
521
_diagnosticsListenersSubscription
= DiagnosticListener.AllListeners.Subscribe(new CallbackObserver<DiagnosticListener>(delegate (DiagnosticListener newListener)
2 references to _diagnosticsListenersSubscription
System.Diagnostics.DiagnosticSource (2)
System\Diagnostics\DsesFilterAndTransform.cs (2)
413
if (
_diagnosticsListenersSubscription
!= null)
415
_diagnosticsListenersSubscription
.Dispose();