10 references to GetMethodMatches
Microsoft.CodeAnalysis.VisualBasic.Features.UnitTests (10)
EditAndContinue\StatementMatchingTests.vb (10)
861Dim matches = GetMethodMatches(src1, src2)
894Dim matches = GetMethodMatches(src1, src2)
944Dim matches = GetMethodMatches(src1, src2)
1076Dim match = GetMethodMatches(src1, src2)
1153Dim match = GetMethodMatches(src1, src2)
1209Dim match = GetMethodMatches(src1, src2)
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)