2 writes to TypeDescriptor
Microsoft.CodeAnalysis.CSharp (2)
Symbols\AnonymousTypes\AnonymousTypeManager.Templates.cs (2)
50
TypeDescriptor
= default;
57
TypeDescriptor
= typeDescr;
4 references to TypeDescriptor
Microsoft.CodeAnalysis.CSharp (4)
Symbols\AnonymousTypes\AnonymousTypeManager.Templates.cs (4)
73
return
TypeDescriptor
.Equals(other.
TypeDescriptor
);
82
return
TypeDescriptor
.GetHashCode();
252
static (key, @this) => new AnonymousDelegateTemplateSymbol(@this, key.
TypeDescriptor
),