3 references to ConstructWithCrefTypeParameters
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder_Crefs.cs (3)
733ambiguityWinner = ConstructWithCrefTypeParameters(arity, typeArgumentListSyntax, symbol); 744return ImmutableArray.Create<Symbol>(ConstructWithCrefTypeParameters(arity, typeArgumentListSyntax, symbol)); 755Symbol constructedCandidate = ConstructWithCrefTypeParameters(arity, typeArgumentListSyntax, candidate);