2 references to AnonymousTypeTemplateSymbol
Microsoft.CodeAnalysis.CSharp (2)
Symbols\AnonymousTypes\AnonymousTypeManager.Templates.cs (2)
440
template = this.AnonymousTypeTemplates.GetOrAdd(typeDescr.Key, new
AnonymousTypeTemplateSymbol
(this, typeDescr));
465
return new
AnonymousTypeTemplateSymbol
(this, typeDescr);