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