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