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