1 write to _netCoreOrNetFXPluginPaths
NuGet.Protocol (1)
Plugins\PluginDiscoverer.cs (1)
41_netCoreOrNetFXPluginPaths = environmentVariableReader.GetEnvironmentVariable(EnvironmentVariableConstants.CorePluginPaths);
3 references to _netCoreOrNetFXPluginPaths
NuGet.Protocol (3)
Plugins\PluginDiscoverer.cs (3)
44if (string.IsNullOrEmpty(_netCoreOrNetFXPluginPaths)) 96if (!string.IsNullOrEmpty(_netCoreOrNetFXPluginPaths)) 99var filePaths = _netCoreOrNetFXPluginPaths.Split(new[] { Path.PathSeparator }, StringSplitOptions.RemoveEmptyEntries);