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