1 write to GetEnumeratorArguments
Microsoft.CodeAnalysis (1)
Operations\Loops\ForEachLoopOperationInfo.cs (1)
66
GetEnumeratorArguments
= getEnumeratorArguments;
8 references to GetEnumeratorArguments
Microsoft.CodeAnalysis (1)
Operations\ControlFlowGraphBuilder.cs (1)
4499
info.
GetEnumeratorArguments
);
Microsoft.CodeAnalysis.CSharp.IOperation.UnitTests (6)
IOperation\IOperationTests_IForEachLoopStatement.cs (6)
2813
Assert.Equal(2, op.Info.
GetEnumeratorArguments
.Length);
2819
VerifyOperationTree(comp, op.Info.
GetEnumeratorArguments
[0], @"IArgumentOperation (ArgumentKind.DefaultValue, Matching Parameter: s) (OperationKind.Argument, Type: null, IsImplicit) (Syntax: 'await forea ... }')
2824
VerifyOperationTree(comp, op.Info.
GetEnumeratorArguments
[1], @"IArgumentOperation (ArgumentKind.DefaultValue, Matching Parameter: line) (OperationKind.Argument, Type: null, IsImplicit) (Syntax: 'await forea ... }')
2945
Assert.Equal(2, op.Info.
GetEnumeratorArguments
.Length);
2951
VerifyOperationTree(comp, op.Info.
GetEnumeratorArguments
[0], @"IArgumentOperation (ArgumentKind.DefaultValue, Matching Parameter: s) (OperationKind.Argument, Type: null, IsImplicit) (Syntax: 'await forea ... }')
2956
VerifyOperationTree(comp, op.Info.
GetEnumeratorArguments
[1], @"IArgumentOperation (ArgumentKind.DefaultValue, Matching Parameter: line) (OperationKind.Argument, Type: null, IsImplicit) (Syntax: 'await forea ... }')
Microsoft.CodeAnalysis.Test.Utilities (1)
Compilation\TestOperationVisitor.cs (1)
339
visitArguments(info.
GetEnumeratorArguments
);