1 write to _instance
NuGet.Common (1)
Logging\NullLogger.cs (1)
18
_instance
= new NullLogger();
2 references to _instance
NuGet.Common (2)
Logging\NullLogger.cs (2)
16
if (
_instance
== null)
21
return
_instance
;