1 write to CurrentArguments
Microsoft.CodeAnalysis (1)
Operations\Loops\ForEachLoopOperationInfo.cs (1)
68CurrentArguments = currentArguments;
2 references to CurrentArguments
Microsoft.CodeAnalysis (1)
Operations\ControlFlowGraphBuilder.cs (1)
4541var visitedArguments = makeArguments(info.CurrentArguments, ref instance);
Microsoft.CodeAnalysis.Test.Utilities (1)
Compilation\TestOperationVisitor.cs (1)
341visitArguments(info.CurrentArguments);