6 references to PopArray
Microsoft.CodeAnalysis (6)
Operations\ControlFlowGraphBuilder.cs (6)
2026ImmutableArray<T> visitedArray = PopArray(originalArray, wrapper); 2039var visitedArguments = PopArray(arguments, RewriteArgumentFromArray); 6243ImmutableArray<IArgumentOperation> propertyArguments = PopArray(propertyReference.Arguments, RewriteArgumentFromArray); 6249ImmutableArray<IOperation> indices = PopArray(arrayElementReference.Indices); 6262ImmutableArray<IOperation> arguments = PopArray(dynamicAccess.Arguments); 6489ImmutableArray<IOperation> visitedDimensions = PopArray(operation.DimensionSizes);