2 writes to TypeDescriptor
Microsoft.CodeAnalysis.CSharp (2)
Symbols\AnonymousTypes\AnonymousTypeManager.Templates.cs (2)
49
TypeDescriptor
= default;
56
TypeDescriptor
= typeDescr;
4 references to TypeDescriptor
Microsoft.CodeAnalysis.CSharp (4)
Symbols\AnonymousTypes\AnonymousTypeManager.Templates.cs (4)
72
return
TypeDescriptor
.Equals(other.
TypeDescriptor
);
81
return
TypeDescriptor
.GetHashCode();
247
static (key, @this) => new AnonymousDelegateTemplateSymbol(@this, key.
TypeDescriptor
),