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