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)
44
if (string.IsNullOrEmpty(
_netCoreOrNetFXPluginPaths
))
96
if (!string.IsNullOrEmpty(
_netCoreOrNetFXPluginPaths
))
99
var filePaths =
_netCoreOrNetFXPluginPaths
.Split(new[] { Path.PathSeparator }, StringSplitOptions.RemoveEmptyEntries);