1 write to Path
NuGet.Protocol (1)
Plugins\PluginFile.cs (1)
42Path = 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)
40PluginFile.Path); 47PluginFile.Path); 54PluginFile.Path);
Plugins\PluginFactory.cs (6)
132if (string.IsNullOrEmpty(pluginFile.Path)) 134throw new ArgumentException(Strings.ArgumentCannotBeNullOrEmpty, nameof(pluginFile.Path)); 155pluginFile.Path, 184Arguments = $"\"{pluginFile.Path}\" " + args, 196startInfo = new ProcessStartInfo(pluginFile.Path) 248pluginFile.Path,
Plugins\PluginFile.cs (1)
74return $"{Path} : {State}";
Plugins\PluginManager.cs (4)
132new PluginRequestKey(result.PluginFile.Path, source.PackageSource.Source), 166new PluginRequestKey(pluginDiscoveryResult.PluginFile.Path, "Source-Agnostic"), 203var cacheEntry = new PluginCacheEntry(_pluginsCacheDirectoryPath.Value, result.PluginFile.Path, requestKey.PackageSourceRepository); 265result.PluginFile.Path,