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