6 references to Iterator
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests (6)
EditAndContinue\Helpers\EditingTestBase.vb (1)
187
Case MethodKind.
Iterator
EditAndContinue\StatementEditingTests.vb (4)
4594
Dim edits = GetMethodEdits(src1, src2, methodKind:=MethodKind.
Iterator
)
4612
Dim edits = GetMethodEdits(src1, src2, methodKind:=MethodKind.
Iterator
)
4630
Dim edits = GetMethodEdits(src1, src2, methodKind:=MethodKind.
Iterator
)
4647
Dim edits = GetMethodEdits(src1, src2, methodKind:=MethodKind.
Iterator
)
EditAndContinue\StatementMatchingTests.vb (1)
1260
Dim match = GetMethodMatches(src1, src2, kind:=MethodKind.
Iterator
)