1 instantiation of Key
Microsoft.CodeAnalysis (1)
MetadataReader\MetadataTypeName.Key.cs (1)
120return new Key(in this);
8 references to Key
Microsoft.CodeAnalysis (6)
MetadataReader\MetadataTypeName.Key.cs (6)
18public readonly struct Key : IEquatable<Key> 65public bool Equals(Key other) 72private bool EqualNames(ref Key other) 94return obj is Key && this.Equals((Key)obj); 118public readonly Key ToKey()
Microsoft.CodeAnalysis.CSharp (2)
Symbols\NonMissingAssemblySymbol.cs (2)
32private readonly ConcurrentDictionary<MetadataTypeName.Key, NamedTypeSymbol> _emittedNameToTypeMap = 33new ConcurrentDictionary<MetadataTypeName.Key, NamedTypeSymbol>();