1 write to Key
Microsoft.CodeAnalysis.CSharp (1)
Symbols\AnonymousTypes\AnonymousTypeDescriptor.cs (1)
36this.Key = ComputeKey(fields, f => f.Name);
6 references to Key
Microsoft.CodeAnalysis.CSharp (6)
Symbols\AnonymousTypes\AnonymousTypeDescriptor.cs (3)
72if (this.Key != other.Key) 94return this.Key.GetHashCode();
Symbols\AnonymousTypes\AnonymousTypeManager.Templates.cs (2)
437if (!this.AnonymousTypeTemplates.TryGetValue(typeDescr.Key, out template)) 440template = this.AnonymousTypeTemplates.GetOrAdd(typeDescr.Key, new AnonymousTypeTemplateSymbol(this, typeDescr));
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType.TemplateSymbol.cs (1)
42this.TypeDescriptorKey = typeDescr.Key;