EditAndContinue\StatementMatchingTests.vb (5)
507Dim match = GetMethodMatch(src1, src2, methodKind:=MethodKind.Async)
1326Dim match = GetMethodMatches(src1, src2, kind:=MethodKind.Iterator)
1365Dim match = GetMethodMatches(src1, src2, kind:=MethodKind.Regular)
1473Dim match = GetMethodMatches(src1, src2, kind:=MethodKind.Async)
1510Dim match = GetMethodMatches(src1, src2, kind:=MethodKind.Regular)