39 references to TestInMethodAsync
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests (39)
QuickInfo\SemanticQuickInfoSourceTests.vb (39)
273Await TestInMethodAsync("AddHandler System.Console.$$CancelKeyPress, AddressOf S",
595Await TestInMethodAsync("Dim$$ a As Integer", MainDescription("Structure System.Int32"))
600Await TestInMethodAsync("$$Dim x As Integer, y As String", MainDescription(VBFeaturesResources.Multiple_Types))
696Await TestInMethodAsync("Me.Go$$o()", Nothing)
1037Await TestInMethodAsync("Dim x = If$$(True, False)",
1044Await TestInMethodAsync("Dim x = If$$(True, ""Goo"", ""Bar"")",
1052Await TestInMethodAsync("$$AddHandler goo, bar",
1061Await TestInMethodAsync("$$RemoveHandler goo, bar",
1069Await TestInMethodAsync("Dim x = GetType$$(String)",
1092Await TestInMethodAsync("Dim x = TryCast$$(a, String)",
1099Await TestInMethodAsync("Dim x = DirectCast$$(a, String)",
1106Await TestInMethodAsync("Dim x = CType$$(a, String)",
1113Await TestInMethodAsync("Dim x = CBool$$(a)",
1120Await TestInMethodAsync("Dim x = CByte$$(a)",
1127Await TestInMethodAsync("Dim x = CChar$$(a)",
1134Await TestInMethodAsync("Dim x = CDate$$(a)",
1141Await TestInMethodAsync("Dim x = CDbl$$(a)",
1148Await TestInMethodAsync("Dim x = CDec$$(a)",
1155Await TestInMethodAsync("Dim x = CInt$$(a)",
1162Await TestInMethodAsync("Dim x = CLng$$(a)",
1169Await TestInMethodAsync("Dim x = CObj$$(a)",
1176Await TestInMethodAsync("Dim x = CSByte$$(a)",
1183Await TestInMethodAsync("Dim x = CShort$$(a)",
1190Await TestInMethodAsync("Dim x = CSng$$(a)",
1197Await TestInMethodAsync("Dim x = CStr$$(a)",
1204Await TestInMethodAsync("Dim x = CUInt$$(a)",
1211Await TestInMethodAsync("Dim x = CULng$$(a)",
1218Await TestInMethodAsync("Dim x = CUShort$$(a)",
1225Await TestInMethodAsync("$$Mid(""goo"", 0) = ""bar""",
1232Await TestInMethodAsync("$$Mid(""goo"", 0, 0) = ""bar""",
1336Await TestInMethodAsync("const $$loc = 1",
1342Await TestInMethodAsync("Const $$sunday = DayOfWeek.Sunday",
1348Await TestInMethodAsync("Const $$v = AttributeTargets.Constructor or AttributeTargets.Class",
1733Await TestInMethodAsync("Dim f = 37$$",
1739Await TestInMethodAsync("Dim f = #8/23/1970 $$3:45:39 AM#",
1745Await TestInMethodAsync("Dim f = True$$",
1751Await TestInMethodAsync("Dim f = False$$",
1757Await TestInMethodAsync("Dim f As String = Nothing$$",
1763Await TestInMethodAsync("Dim f = Nothing$$",