3 references to RewriteArgumentFromArray
Microsoft.CodeAnalysis (3)
Operations\ControlFlowGraphBuilder.cs (3)
2049
var visitedArguments = PopArray(arguments,
RewriteArgumentFromArray
);
6254
ImmutableArray<IArgumentOperation> propertyArguments = PopArray(propertyReference.Arguments,
RewriteArgumentFromArray
);
6596
: ImmutableArray<IOperation>.CastUp(PopArray(arguments,
RewriteArgumentFromArray
));