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