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