4 instantiations of AnonymousTypeParameterSymbol
Microsoft.CodeAnalysis.CSharp (4)
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType.DelegateTemplateSymbol.cs (3)
78
typeParameters.Add(new AnonymousTypeManager.
AnonymousTypeParameterSymbol
(containingType, i, "T" + (i + 1)));
83
typeParameters.Add(new AnonymousTypeManager.
AnonymousTypeParameterSymbol
(containingType, parameterCount, "TResult"));
173
typeParameters.Add(new
AnonymousTypeParameterSymbol
(this, i, "T" + (i + 1)));
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType.TemplateSymbol.cs (1)
59
new
AnonymousTypeParameterSymbol
(this, fieldIndex, GeneratedNames.MakeAnonymousTypeParameterName(field.Name));
1 reference to AnonymousTypeParameterSymbol
Microsoft.CodeAnalysis.CSharp (1)
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType.TemplateSymbol.cs (1)
58
AnonymousTypeParameterSymbol
typeParameter =