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)
102
else if (!string.IsNullOrEmpty(
_nuGetPluginPaths
))
189
string[] paths =
_nuGetPluginPaths
?.Split([Path.PathSeparator], StringSplitOptions.RemoveEmptyEntries) ?? Array.Empty<string>();