1 instantiation of NullScope
Aspire.Cli.Tests (1)
TestServices\CapturingLogger.cs (1)
25
public static readonly NullScope Instance =
new
();
2 references to NullScope
Aspire.Cli.Tests (2)
TestServices\CapturingLogger.cs (2)
16
public IDisposable BeginScope<TState>(TState state) where TState : notnull =>
NullScope
.Instance;
25
public static readonly
NullScope
Instance = new();