EditAndContinue\StatementMatchingTests.vb (5)
503Dim match = GetMethodMatch(src1, src2, methodKind:=MethodKind.Async)
1322Dim match = GetMethodMatches(src1, src2, kind:=MethodKind.Iterator)
1361Dim match = GetMethodMatches(src1, src2, kind:=MethodKind.Regular)
1469Dim match = GetMethodMatches(src1, src2, kind:=MethodKind.Async)
1506Dim match = GetMethodMatches(src1, src2, kind:=MethodKind.Regular)