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