1 instantiation of NullScope
Microsoft.Extensions.Telemetry (1)
Logging\Import\NullScope.cs (1)
19public static NullScope Instance { get; } = new NullScope();
2 references to NullScope
Microsoft.Extensions.Telemetry (2)
Logging\ExtendedLogger.cs (1)
62return NullScope.Instance;
Logging\Import\NullScope.cs (1)
19public static NullScope Instance { get; } = new NullScope();