1 write to _activityListener
Microsoft.Extensions.Diagnostics (1)
Tracing\DefaultActivitySourceFactory.cs (1)
213_activityListener = new ActivityListener { ShouldListenTo = ShouldListenTo };
7 references to _activityListener
Microsoft.Extensions.Diagnostics (7)
Tracing\DefaultActivitySourceFactory.cs (7)
227_activityListener.Dispose(); 257_activityListener.RefreshSources(); 262_activityListener.Sample = _sample is null ? null : (hasOperationNameRules ? WrappedSample : _sample); 263_activityListener.SampleUsingParentId = _sampleUsingParentId is null ? null : (hasOperationNameRules ? WrappedSampleUsingParentId : _sampleUsingParentId); 264_activityListener.ActivityStarted = _activityStarted is null ? null : (hasOperationNameRules ? WrappedActivityStarted : _activityStarted); 265_activityListener.ActivityStopped = _activityStopped is null ? null : (hasOperationNameRules ? WrappedActivityStopped : _activityStopped); 266_activityListener.ExceptionRecorder = _exceptionRecorder is null ? null : (hasOperationNameRules ? WrappedExceptionRecorder : _exceptionRecorder);