1 instantiation of NullScope
dotnet-format (1)
Logging\NullScope.cs (1)
7public static NullScope Instance { get; } = new NullScope();
3 references to NullScope
dotnet-format (2)
Logging\NullScope.cs (1)
7public static NullScope Instance { get; } = new NullScope();
Logging\SimpleConsoleLogger.cs (1)
59return NullScope.Instance;
dotnet-format.UnitTests (1)
Utilities\TestLogger.cs (1)
19return NullScope.Instance;