1 write to _nuGetPluginPaths
NuGet.Protocol (1)
Plugins\PluginDiscoverer.cs (1)
46_nuGetPluginPaths = _environmentVariableReader.GetEnvironmentVariable(EnvironmentVariableConstants.PluginPaths);
2 references to _nuGetPluginPaths
NuGet.Protocol (2)
Plugins\PluginDiscoverer.cs (2)
102else if (!string.IsNullOrEmpty(_nuGetPluginPaths)) 189string[] paths = _nuGetPluginPaths?.Split([Path.PathSeparator], StringSplitOptions.RemoveEmptyEntries) ?? Array.Empty<string>();