3 instantiations of Key
Microsoft.CodeAnalysis (3)
Desktop\DesktopAssemblyIdentityComparer.Fx.cs (3)
120
var key = new
Key
(name, publicKeyToken);
140
var key = new
Key
(name, publicKeyToken);
152
if (!TryGetValue(new
Key
(identity.Name, identity.PublicKeyToken), out values))
7 references to Key
Microsoft.CodeAnalysis (7)
Desktop\DesktopAssemblyIdentityComparer.Fx.cs (7)
48
private sealed class FrameworkRetargetingDictionary : Dictionary<FrameworkRetargetingDictionary.
Key
, List<FrameworkRetargetingDictionary.Value>>
54
public readonly struct Key : IEquatable<
Key
>
65
public bool Equals(
Key
other)
73
return obj is
Key
&& Equals((
Key
)obj);
120
var
key = new Key(name, publicKeyToken);
140
var
key = new Key(name, publicKeyToken);