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