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