1 instantiation of NullScope
Aspire.Hosting.RemoteHost.Tests (1)
RecordingLogger.cs (1)
30public static readonly NullScope Instance = new();
2 references to NullScope
Aspire.Hosting.RemoteHost.Tests (2)
RecordingLogger.cs (2)
17public IDisposable BeginScope<TState>(TState state) where TState : notnull => NullScope.Instance; 30public static readonly NullScope Instance = new();