2 instantiations of PluginRequestKey
NuGet.Protocol (2)
Plugins\PluginManager.cs (2)
132new PluginRequestKey(result.PluginFile.Path, source.PackageSource.Source), 166new PluginRequestKey(pluginDiscoveryResult.PluginFile.Path, "Source-Agnostic"),
6 references to PluginRequestKey
NuGet.Protocol (6)
Plugins\PluginManager.cs (6)
34private ConcurrentDictionary<PluginRequestKey, Lazy<Task<IReadOnlyList<OperationClaim>>>> _pluginOperationClaims; 189PluginRequestKey requestKey, 326_pluginOperationClaims = new ConcurrentDictionary<PluginRequestKey, Lazy<Task<IReadOnlyList<OperationClaim>>>>(); 435private sealed class PluginRequestKey : IEquatable<PluginRequestKey> 448return Equals(obj as PluginRequestKey); 456public bool Equals(PluginRequestKey? other)