10 references to GetMethodMatches
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests (10)
EditAndContinue\StatementMatchingTests.vb (10)
573Dim match = GetMethodMatches(src1, src2)
861Dim matches = GetMethodMatches(src1, src2)
885Dim matches = GetMethodMatches(src1, src2)
926Dim matches = GetMethodMatches(src1, src2)
1038Dim match = GetMethodMatches(src1, src2)
1115Dim match = GetMethodMatches(src1, src2)
1159Dim match = GetMethodMatches(src1, src2)
1260Dim match = GetMethodMatches(src1, src2, kind:=MethodKind.Iterator)
1299Dim match = GetMethodMatches(src1, src2, kind:=MethodKind.Regular)
1405Dim match = GetMethodMatches(src1, src2, kind:=MethodKind.Async)