1 instantiation of Key
Microsoft.CodeAnalysis (1)
MetadataReader\MetadataTypeName.Key.cs (1)
120return new Key(in this);
9 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>();
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\NonMissingAssemblySymbol.vb (1)
33Private ReadOnly _emittedNameToTypeMap As New ConcurrentDictionary(Of MetadataTypeName.Key, NamedTypeSymbol)()