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