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