2 references to RewriteArgumentFromArray
Microsoft.CodeAnalysis (2)
Operations\ControlFlowGraphBuilder.cs (2)
2039
var visitedArguments = PopArray(arguments,
RewriteArgumentFromArray
);
6243
ImmutableArray<IArgumentOperation> propertyArguments = PopArray(propertyReference.Arguments,
RewriteArgumentFromArray
);