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