1 write to s_defaultInstanceBackingField
NuGet.Protocol (1)
Plugins\Logging\PluginLogger.cs (1)
41
PluginLogger previous = Interlocked.Exchange(ref
s_defaultInstanceBackingField
, new PluginLogger(EnvironmentVariableWrapper.Instance));
1 reference to s_defaultInstanceBackingField
NuGet.Protocol (1)
Plugins\Logging\PluginLogger.cs (1)
29
internal static PluginLogger DefaultInstance =>
s_defaultInstanceBackingField
;