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