1 write to CurrentArguments
Microsoft.CodeAnalysis (1)
Operations\Loops\ForEachLoopOperationInfo.cs (1)
77CurrentArguments = currentArguments;
19 references to CurrentArguments
Microsoft.CodeAnalysis (1)
Operations\ControlFlowGraphBuilder.cs (1)
4638var visitedArguments = makeArguments(info.CurrentArguments, ref instance);
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (17)
RefStructInterfacesTests.cs (17)
9034Assert.True(op.Info.CurrentArguments.IsDefault); 9238Assert.True(op.Info.CurrentArguments.IsDefault); 9602Assert.True(op.Info.CurrentArguments.IsDefault); 9826Assert.True(op.Info.CurrentArguments.IsDefault); 10035Assert.True(op.Info.CurrentArguments.IsDefault); 10262Assert.True(op.Info.CurrentArguments.IsDefault); 10645Assert.True(op.Info.CurrentArguments.IsDefault); 10842Assert.True(op.Info.CurrentArguments.IsDefault); 11083Assert.True(op.Info.CurrentArguments.IsDefault); 11310Assert.True(op.Info.CurrentArguments.IsDefault); 11522Assert.True(op.Info.CurrentArguments.IsDefault); 11622Assert.True(op.Info.CurrentArguments.IsDefault); 11717Assert.True(op.Info.CurrentArguments.IsDefault); 19215Assert.True(op.Info.CurrentArguments.IsDefault); 19386Assert.True(op.Info.CurrentArguments.IsDefault); 19711Assert.True(op.Info.CurrentArguments.IsDefault); 19879Assert.True(op.Info.CurrentArguments.IsDefault);
Microsoft.CodeAnalysis.Test.Utilities (1)
Compilation\TestOperationVisitor.cs (1)
342visitArguments(info.CurrentArguments);