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