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