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