2 overrides of TypeDescriptorKey
Microsoft.CodeAnalysis.CSharp (2)
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType.DelegateTemplateSymbol.cs (1)
224internal override string TypeDescriptorKey => throw new System.NotImplementedException();
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType.TemplateSymbol.cs (1)
99internal override string TypeDescriptorKey { get; }
2 references to TypeDescriptorKey
Microsoft.CodeAnalysis.CSharp (2)
Symbols\AnonymousTypes\AnonymousTypeManager.Templates.cs (2)
821result = string.CompareOrdinal(x.TypeDescriptorKey, y.TypeDescriptorKey);