2 instantiations of PluginRequestKey
NuGet.Protocol (2)
Plugins\PluginManager.cs (2)
136new PluginRequestKey(result.PluginFile.Path, source.PackageSource.Source), 170new PluginRequestKey(pluginDiscoveryResult.PluginFile.Path, "Source-Agnostic"),
6 references to PluginRequestKey
NuGet.Protocol (6)
Plugins\PluginManager.cs (6)
36private ConcurrentDictionary<PluginRequestKey, Lazy<Task<IReadOnlyList<OperationClaim>>>> _pluginOperationClaims; 193PluginRequestKey requestKey, 323_pluginOperationClaims = new ConcurrentDictionary<PluginRequestKey, Lazy<Task<IReadOnlyList<OperationClaim>>>>(); 432private sealed class PluginRequestKey : IEquatable<PluginRequestKey> 445return Equals(obj as PluginRequestKey); 453public bool Equals(PluginRequestKey other)