2 writes to TypeDescriptor
Microsoft.CodeAnalysis.CSharp (2)
Symbols\AnonymousTypes\AnonymousTypeManager.Templates.cs (2)
48
TypeDescriptor
= default;
55
TypeDescriptor
= typeDescr;
4 references to TypeDescriptor
Microsoft.CodeAnalysis.CSharp (4)
Symbols\AnonymousTypes\AnonymousTypeManager.Templates.cs (4)
71
return
TypeDescriptor
.Equals(other.
TypeDescriptor
);
80
return
TypeDescriptor
.GetHashCode();
246
static (key, @this) => new AnonymousDelegateTemplateSymbol(@this, key.
TypeDescriptor
),