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