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