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