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