1 instantiation of NullScope
InMemory.FunctionalTests (1)
src\Shared\NullScope.cs (1)
13
public static NullScope Instance { get; } = new
NullScope
();
3 references to NullScope
InMemory.FunctionalTests (3)
HttpsTests.cs (1)
878
return
NullScope
.Instance;
src\Servers\Kestrel\shared\test\MockLogger.cs (1)
16
=>
NullScope
.Instance;
src\Shared\NullScope.cs (1)
13
public static
NullScope
Instance { get; } = new NullScope();