1 instantiation of CorrelationManager
System.Diagnostics.TraceSource (1)
System\Diagnostics\Trace.cs (1)
26Interlocked.CompareExchange(ref s_correlationManager, new CorrelationManager(), null) ??
6 references to CorrelationManager
Microsoft.Extensions.Logging.TraceSource (2)
TraceSourceScope.cs (2)
19/// <see cref="CorrelationManager.StartLogicalOperation(object)"/> 29/// <see cref="CorrelationManager.StopLogicalOperation()"/>
netstandard (1)
netstandard.cs (1)
645[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.CorrelationManager))]
System (1)
src\libraries\shims\System\ref\System.cs (1)
477[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.CorrelationManager))]
System.Diagnostics.TraceSource (2)
System\Diagnostics\Trace.cs (2)
22private static CorrelationManager? s_correlationManager; 24public static CorrelationManager CorrelationManager =>