1 reference to CreateExplicitParamsArrayFromIndividualArguments
Microsoft.CodeAnalysis.Features (1)
ChangeSignature\AbstractChangeSignatureService.cs (1)
850
var newArgument =
CreateExplicitParamsArrayFromIndividualArguments
(newArguments, indexInListOfPreexistingArguments, parameters[indexInListOfPreexistingArguments]);