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