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