1 write to Path
NuGet.Protocol (1)
Plugins\PluginFile.cs (1)
42Path = filePath;
17 references to Path
NuGet.Credentials (3)
SecurePluginCredentialProvider.cs (2)
66Id = $"{nameof(SecurePluginCredentialProvider)}_{pluginDiscoveryResult.PluginFile.Path}"; 169_discoveredPlugin.PluginFile.Path));
SecurePluginCredentialProviderBuilder.cs (1)
48_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)
134if (string.IsNullOrEmpty(pluginFile.Path)) 136throw new ArgumentException(Strings.ArgumentCannotBeNullOrEmpty, nameof(pluginFile.Path)); 157pluginFile.Path, 186Arguments = $"\"{pluginFile.Path}\" " + args, 198startInfo = new ProcessStartInfo(pluginFile.Path) 250pluginFile.Path,
Plugins\PluginFile.cs (1)
74return $"{Path} : {State}";
Plugins\PluginManager.cs (4)
155new PluginRequestKey(result.PluginFile.Path, source.PackageSource.Source), 189new PluginRequestKey(pluginDiscoveryResult.PluginFile.Path, "Source-Agnostic"), 226var cacheEntry = new PluginCacheEntry(_pluginsCacheDirectoryPath.Value, result.PluginFile.Path, requestKey.PackageSourceRepository); 288result.PluginFile.Path,