1 instantiation of Key
Microsoft.CodeAnalysis (1)
MetadataReader\MetadataTypeName.Key.cs (1)
120
return new
Key
(in this);
6 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()