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