1 write to Path
NuGet.Protocol (1)
Plugins\PluginFile.cs (1)
44Path = filePath;
16 references to Path
NuGet.Credentials (2)
SecurePluginCredentialProvider.cs (1)
64Id = $"{nameof(SecurePluginCredentialProvider)}_{pluginDiscoveryResult.PluginFile.Path}";
SecurePluginCredentialProviderBuilder.cs (1)
50_logger.LogDebug(string.Format(CultureInfo.CurrentCulture, Resources.SecurePluginNotice_UsingPluginAsProvider, pluginDiscoveryResult.PluginFile.Path));
NuGet.Protocol (14)
Plugins\PluginDiscoveryResult.cs (3)
42PluginFile.Path); 49PluginFile.Path); 56PluginFile.Path);
Plugins\PluginFactory.cs (6)
127if (string.IsNullOrEmpty(pluginFile.Path)) 129throw new ArgumentException(Strings.ArgumentCannotBeNullOrEmpty, nameof(pluginFile.Path)); 150pluginFile.Path, 179Arguments = $"\"{pluginFile.Path}\" " + args, 191startInfo = new ProcessStartInfo(pluginFile.Path) 243pluginFile.Path,
Plugins\PluginFile.cs (1)
76return $"{Path} : {State}";
Plugins\PluginManager.cs (4)
136new PluginRequestKey(result.PluginFile.Path, source.PackageSource.Source), 170new PluginRequestKey(pluginDiscoveryResult.PluginFile.Path, "Source-Agnostic"), 207var cacheEntry = new PluginCacheEntry(_pluginsCacheDirectoryPath.Value, result.PluginFile.Path, requestKey.PackageSourceRepository); 269result.PluginFile.Path,