2 instantiations of PluginRequestKey
NuGet.Protocol (2)
Plugins\PluginManager.cs (2)
133new PluginRequestKey(result.PluginFile.Path, source.PackageSource.Source), 167new PluginRequestKey(pluginDiscoveryResult.PluginFile.Path, "Source-Agnostic"),
6 references to PluginRequestKey
NuGet.Protocol (6)
Plugins\PluginManager.cs (6)
35private ConcurrentDictionary<PluginRequestKey, Lazy<Task<IReadOnlyList<OperationClaim>>>> _pluginOperationClaims; 190PluginRequestKey requestKey, 320_pluginOperationClaims = new ConcurrentDictionary<PluginRequestKey, Lazy<Task<IReadOnlyList<OperationClaim>>>>(); 429private sealed class PluginRequestKey : IEquatable<PluginRequestKey> 442return Equals(obj as PluginRequestKey); 450public bool Equals(PluginRequestKey other)