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