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