8 references to PopArray
Microsoft.CodeAnalysis (8)
Operations\ControlFlowGraphBuilder.cs (8)
2028ImmutableArray<T> visitedArray = PopArray(originalArray, wrapper); 2041var visitedArguments = PopArray(arguments, RewriteArgumentFromArray); 6245ImmutableArray<IArgumentOperation> propertyArguments = PopArray(propertyReference.Arguments, RewriteArgumentFromArray); 6251ImmutableArray<IOperation> indices = PopArray(arrayElementReference.Indices); 6264ImmutableArray<IOperation> arguments = PopArray(dynamicAccess.Arguments); 6491ImmutableArray<IOperation> visitedDimensions = PopArray(operation.DimensionSizes); 6586? PopArray(operation.ConstructArguments) 6587: ImmutableArray<IOperation>.CastUp(PopArray(arguments, RewriteArgumentFromArray));