1 instantiation of NullScope
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (1)
src\Shared\NullScope.cs (1)
13public static NullScope Instance { get; } = new NullScope();
2 references to NullScope
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (2)
src\Servers\Kestrel\shared\test\MockLogger.cs (1)
16=> NullScope.Instance;
src\Shared\NullScope.cs (1)
13public static NullScope Instance { get; } = new NullScope();