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