1 instantiation of CorrelationManager
System.Diagnostics.TraceSource (1)
System\Diagnostics\Trace.cs (1)
26
Interlocked.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)
22
private static
CorrelationManager
? s_correlationManager;
24
public static
CorrelationManager
CorrelationManager =>