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