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