8 references to PopArray
Microsoft.CodeAnalysis (8)
Operations\ControlFlowGraphBuilder.cs (8)
2036ImmutableArray<T> visitedArray = PopArray(originalArray, wrapper); 2049var visitedArguments = PopArray(arguments, RewriteArgumentFromArray); 6254ImmutableArray<IArgumentOperation> propertyArguments = PopArray(propertyReference.Arguments, RewriteArgumentFromArray); 6260ImmutableArray<IOperation> indices = PopArray(arrayElementReference.Indices); 6273ImmutableArray<IOperation> arguments = PopArray(dynamicAccess.Arguments); 6500ImmutableArray<IOperation> visitedDimensions = PopArray(operation.DimensionSizes); 6595? PopArray(operation.ConstructArguments) 6596: ImmutableArray<IOperation>.CastUp(PopArray(arguments, RewriteArgumentFromArray));