6 references to Iterator
Microsoft.CodeAnalysis.VisualBasic.Features.UnitTests (6)
EditAndContinue\Helpers\EditingTestBase.vb (1)
276
Case MethodKind.
Iterator
EditAndContinue\StatementEditingTests.vb (4)
5394
Dim edits = GetMethodEdits(src1, src2, methodKind:=MethodKind.
Iterator
)
5412
Dim edits = GetMethodEdits(src1, src2, methodKind:=MethodKind.
Iterator
)
5430
Dim edits = GetMethodEdits(src1, src2, methodKind:=MethodKind.
Iterator
)
5447
Dim edits = GetMethodEdits(src1, src2, methodKind:=MethodKind.
Iterator
)
EditAndContinue\StatementMatchingTests.vb (1)
1326
Dim match = GetMethodMatches(src1, src2, kind:=MethodKind.
Iterator
)