1 instantiation of NullScope
dotnet-format (1)
Logging\NullScope.cs (1)
8public static NullScope Instance { get; } = new NullScope();
2 references to NullScope
dotnet-format (2)
Logging\NullScope.cs (1)
8public static NullScope Instance { get; } = new NullScope();
Logging\SimpleConsoleLogger.cs (1)
60return NullScope.Instance;