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