1228 references to VerifyRecommendationsContain
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests (1228)
Recommendations\ArrayStatements\EraseKeywordRecommenderTests.vb (3)
12VerifyRecommendationsContain(<MethodBody>|</MethodBody>, "Erase") 17VerifyRecommendationsContain(<MethodBody> 29VerifyRecommendationsContain(<MethodBody>Dim x = Sub() |</MethodBody>, "Erase")
Recommendations\ArrayStatements\PreserveKeywordRecommenderTests.vb (4)
17VerifyRecommendationsContain(<MethodBody>ReDim | </MethodBody>, "Preserve") 32VerifyRecommendationsContain(<MethodBody>Dim x = Sub() ReDim |</MethodBody>, "Preserve") 44VerifyRecommendationsContain( 51VerifyRecommendationsContain(
Recommendations\ArrayStatements\ReDimKeywordRecommenderTests.vb (3)
12VerifyRecommendationsContain(<MethodBody>|</MethodBody>, "ReDim") 17VerifyRecommendationsContain(<MethodBody> 29VerifyRecommendationsContain(<MethodBody>Dim x = Sub() |</MethodBody>, "ReDim")
Recommendations\Declarations\AsKeywordRecommenderTests.vb (52)
12VerifyRecommendationsContain(<MethodBody>Dim x = From x In {1, 2, 3} Aggregate x |</MethodBody>, "As") 17VerifyRecommendationsContain(<MethodBody>Dim x = From x In {1, 2, 3} Aggregate x | As Type1 In collection, element2 |</MethodBody>, "As") 22VerifyRecommendationsContain(<ClassDeclaration>Const goo |</ClassDeclaration>, "As") 27VerifyRecommendationsContain(<ClassDeclaration>Const goo As Integer = 42, bar |</ClassDeclaration>, "As") 32VerifyRecommendationsContain(<ClassDeclaration>Declare Sub goo Lib "goo.dll" (x |</ClassDeclaration>, "As") 37VerifyRecommendationsContain(<ClassDeclaration>Declare Sub goo Lib "goo.dll" (x As Integer, y |</ClassDeclaration>, "As") 47VerifyRecommendationsContain(<ClassDeclaration>Declare Function goo Lib "goo.dll" (x |</ClassDeclaration>, "As") 52VerifyRecommendationsContain(<ClassDeclaration>Declare Function goo Lib "goo.dll" (x As Integer, y |</ClassDeclaration>, "As") 57VerifyRecommendationsContain(<ClassDeclaration>Declare Function goo Lib "goo.dll" (x As Integer) |</ClassDeclaration>, "As") 62VerifyRecommendationsContain(<ClassDeclaration>Delegate Sub goo (x |</ClassDeclaration>, "As") 67VerifyRecommendationsContain(<ClassDeclaration>Delegate Sub goo (x As Integer, y |</ClassDeclaration>, "As") 77VerifyRecommendationsContain(<ClassDeclaration>Delegate Function goo (x |</ClassDeclaration>, "As") 82VerifyRecommendationsContain(<ClassDeclaration>Delegate Function goo (x As Integer, y |</ClassDeclaration>, "As") 87VerifyRecommendationsContain(<ClassDeclaration>Delegate Function goo (x As Integer) |</ClassDeclaration>, "As") 92VerifyRecommendationsContain(<ClassDeclaration>Dim x |</ClassDeclaration>, "As") 97VerifyRecommendationsContain(<ClassDeclaration>Dim x As Integer, y |</ClassDeclaration>, "As") 102VerifyRecommendationsContain(<ClassDeclaration>Enum Goo |</ClassDeclaration>, "As") 107VerifyRecommendationsContain(<ClassDeclaration> 114VerifyRecommendationsContain(<ClassDeclaration> 121VerifyRecommendationsContain(<MethodBody>For x |</MethodBody>, "As") 131VerifyRecommendationsContain(<MethodBody>For Each x |</MethodBody>, "As") 136VerifyRecommendationsContain(<MethodBody>Dim x = From x |</MethodBody>, "As") 141VerifyRecommendationsContain(<MethodBody>Dim x = From x As Integer in collection1, y |</MethodBody>, "As") 146VerifyRecommendationsContain(<ClassDeclaration>Function Goo(x |</ClassDeclaration>, "As") 151VerifyRecommendationsContain(<ClassDeclaration>Function Goo(x As Integer, y |</ClassDeclaration>, "As") 161VerifyRecommendationsContain(<ClassDeclaration>Function Goo(x As Integer) |</ClassDeclaration>, "As") 166VerifyRecommendationsContain(<ClassDeclaration>Dim x = Function(x |</ClassDeclaration>, "As") 171VerifyRecommendationsContain(<ClassDeclaration>Dim x = Function(x As Integer, y |</ClassDeclaration>, "As") 176VerifyRecommendationsContain(<ClassDeclaration>Dim x = Function(x As Integer) |</ClassDeclaration>, "As") 181VerifyRecommendationsContain(<ClassDeclaration>Dim x = From i In {1, 2, 3} Group Join x |</ClassDeclaration>, "As") 186VerifyRecommendationsContain(<ClassDeclaration>Public Shared Operator +(x |</ClassDeclaration>, "As") 191VerifyRecommendationsContain(<ClassDeclaration>Public Shared Operator +(x As Integer, y |</ClassDeclaration>, "As") 196VerifyRecommendationsContain(<ClassDeclaration>Public Shared Operator +(x As Integer, y As Integer) |</ClassDeclaration>, "As") 201VerifyRecommendationsContain(<ClassDeclaration>Public Property Goo(x |</ClassDeclaration>, "As") 206VerifyRecommendationsContain(<ClassDeclaration>Public Property Goo(x As Integer, y |</ClassDeclaration>, "As") 211VerifyRecommendationsContain(<ClassDeclaration>Public Property Goo(x As Integer, y As Integer) |</ClassDeclaration>, "As") 216VerifyRecommendationsContain(<ClassDeclaration> 223VerifyRecommendationsContain(<ClassDeclaration>Sub Goo(x |</ClassDeclaration>, "As") 228VerifyRecommendationsContain(<ClassDeclaration>Sub Goo(x As Integer, y |</ClassDeclaration>, "As") 238VerifyRecommendationsContain(<ClassDeclaration>Dim x = Sub(x |</ClassDeclaration>, "As") 243VerifyRecommendationsContain(<ClassDeclaration>Dim x = Sub(x As Integer, y |</ClassDeclaration>, "As") 253VerifyRecommendationsContain(<MethodBody> 260VerifyRecommendationsContain(<ClassDeclaration>Event Goo |</ClassDeclaration>, "As") 265VerifyRecommendationsContain(<MethodBody>From i1 In New Integer() {4, 5} Let i2 |</MethodBody>, "As") 278VerifyRecommendationsContain(code, "As") 304VerifyRecommendationsContain(code, "As") 328VerifyRecommendationsContain(code, "As") 333VerifyRecommendationsContain(<ClassDeclaration>Function Goo |</ClassDeclaration>, "As") 372VerifyRecommendationsContain(<MethodBody>Using Goo |</MethodBody>, "As") 395VerifyRecommendationsContain( 404VerifyRecommendationsContain( 413VerifyRecommendationsContain(<ClassDeclaration>Public Async |</ClassDeclaration>, "As")
Recommendations\Declarations\AsyncKeywordRecommenderTests.vb (5)
23VerifyRecommendationsContain(<MethodBody>Dim z = |</MethodBody>, "Async") 28VerifyRecommendationsContain(<ClassDeclaration>|</ClassDeclaration>, "Async") 33VerifyRecommendationsContain(<ClassDeclaration>| Async</ClassDeclaration>, "Async") 38VerifyRecommendationsContain(<ClassDeclaration>| Sub bar()</ClassDeclaration>, "Async") 43VerifyRecommendationsContain(<InterfaceDeclaration>|</InterfaceDeclaration>, "Async")
Recommendations\Declarations\AttributeScopesKeywordRecommenderTests.vb (6)
12VerifyRecommendationsContain(<File>&lt;|</File>, "Assembly", "Module") 17VerifyRecommendationsContain(<File> 24VerifyRecommendationsContain(<File> 40VerifyRecommendationsContain(<File><![CDATA[<|Assembly: AssemblyDelaySignAttribute(True)&gt;]]></File>, 46VerifyRecommendationsContain(<File> 55VerifyRecommendationsContain(<File>
Recommendations\Declarations\CharsetModifierKeywordRecommenderTests.vb (6)
12VerifyRecommendationsContain(<ClassDeclaration>Declare |</ClassDeclaration>, "Auto") 17VerifyRecommendationsContain(<ClassDeclaration>Declare |</ClassDeclaration>, "Ansi") 22VerifyRecommendationsContain(<ClassDeclaration>Declare |</ClassDeclaration>, "Unicode") 54VerifyRecommendationsContain( 61VerifyRecommendationsContain( 68VerifyRecommendationsContain(
Recommendations\Declarations\ClassKeywordRecommenderTests.vb (19)
12VerifyRecommendationsContain(<ClassDeclaration>|</ClassDeclaration>, "Class") 24VerifyRecommendationsContain(code, "Class") 36VerifyRecommendationsContain(code, "Class") 46VerifyRecommendationsContain(code, "Class") 56VerifyRecommendationsContain(<NamespaceDeclaration>|</NamespaceDeclaration>, "Class") 61VerifyRecommendationsContain(<InterfaceDeclaration>|</InterfaceDeclaration>, "Class") 71VerifyRecommendationsContain(<StructureDeclaration>|</StructureDeclaration>, "Class") 76VerifyRecommendationsContain(<ModuleDeclaration>|</ModuleDeclaration>, "Class") 81VerifyRecommendationsContain(<File>Partial |</File>, "Class") 86VerifyRecommendationsContain(<File>Public |</File>, "Class") 91VerifyRecommendationsContain(<ClassDeclaration>Public |</ClassDeclaration>, "Class") 101VerifyRecommendationsContain(<ClassDeclaration>Protected |</ClassDeclaration>, "Class") 106VerifyRecommendationsContain(<File>Friend |</File>, "Class") 111VerifyRecommendationsContain(<ClassDeclaration>Friend |</ClassDeclaration>, "Class") 121VerifyRecommendationsContain(<ClassDeclaration>Private |</ClassDeclaration>, "Class") 139VerifyRecommendationsContain(<ClassDeclaration>Protected Friend |</ClassDeclaration>, "Class") 189VerifyRecommendationsContain(<ClassDeclaration>MustInherit |</ClassDeclaration>, "Class") 194VerifyRecommendationsContain(<ClassDeclaration>NotInheritable |</ClassDeclaration>, "Class") 234VerifyRecommendationsContain(<File>&lt;AttributeApplication&gt; |</File>, "Class")
Recommendations\Declarations\ConstKeywordRecommenderTests.vb (6)
12VerifyRecommendationsContain(<MethodBody>|</MethodBody>, "Const") 17VerifyRecommendationsContain(<MethodBody> 25VerifyRecommendationsContain(<MethodBody> 39VerifyRecommendationsContain(<ClassDeclaration>Dim |</ClassDeclaration>, "Const") 44VerifyRecommendationsContain(<ClassDeclaration>Friend |</ClassDeclaration>, "Const") 49VerifyRecommendationsContain(<ModuleDeclaration>Friend |</ModuleDeclaration>, "Const")
Recommendations\Declarations\CovarianceModifierKeywordRecommenderTests.vb (9)
12VerifyRecommendationsContain(<File>Interface IGoo(Of |</File>, "In") 17VerifyRecommendationsContain(<File>Interface IGoo(Of |</File>, "In") 42VerifyRecommendationsContain(<File>Interface IGoo(Of T, |</File>, "In") 47VerifyRecommendationsContain(<File>Interface IGoo(Of T, |</File>, "In") 62VerifyRecommendationsContain(<File>Delegate Sub Goo(Of |</File>, "In") 67VerifyRecommendationsContain(<File>Delegate Sub Goo(Of |</File>, "In") 72VerifyRecommendationsContain(<File>Delegate Sub Goo(Of |</File>, "In") 77VerifyRecommendationsContain(<File>Delegate Sub Goo(Of |</File>, "In") 82VerifyRecommendationsContain(
Recommendations\Declarations\CustomEventKeywordRecommenderTests.vb (2)
12VerifyRecommendationsContain(<ClassDeclaration>|</ClassDeclaration>, "Custom Event") 17VerifyRecommendationsContain(<StructureDeclaration>|</StructureDeclaration>, "Custom Event")
Recommendations\Declarations\DeclareKeywordRecommenderTests.vb (9)
12VerifyRecommendationsContain(<ClassDeclaration>|</ClassDeclaration>, "Declare") 37VerifyRecommendationsContain(<StructureDeclaration>|</StructureDeclaration>, "Declare") 42VerifyRecommendationsContain(<ModuleDeclaration>|</ModuleDeclaration>, "Declare") 52VerifyRecommendationsContain(<ClassDeclaration>Public |</ClassDeclaration>, "Declare") 57VerifyRecommendationsContain(<ClassDeclaration>Protected |</ClassDeclaration>, "Declare") 62VerifyRecommendationsContain(<ClassDeclaration>Friend |</ClassDeclaration>, "Declare") 67VerifyRecommendationsContain(<ClassDeclaration>Private |</ClassDeclaration>, "Declare") 72VerifyRecommendationsContain(<ClassDeclaration>Protected Friend |</ClassDeclaration>, "Declare") 77VerifyRecommendationsContain(<ClassDeclaration>Overloads |</ClassDeclaration>, "Declare")
Recommendations\Declarations\DelegateKeywordRecommenderTests.vb (12)
12VerifyRecommendationsContain(<ClassDeclaration>|</ClassDeclaration>, "Delegate") 22VerifyRecommendationsContain(<NamespaceDeclaration>|</NamespaceDeclaration>, "Delegate") 27VerifyRecommendationsContain(<InterfaceDeclaration>|</InterfaceDeclaration>, "Delegate") 37VerifyRecommendationsContain(<StructureDeclaration>|</StructureDeclaration>, "Delegate") 42VerifyRecommendationsContain(<ModuleDeclaration>|</ModuleDeclaration>, "Delegate") 52VerifyRecommendationsContain(<File>Public |</File>, "Delegate") 57VerifyRecommendationsContain(<ClassDeclaration>Public |</ClassDeclaration>, "Delegate") 67VerifyRecommendationsContain(<ClassDeclaration>Protected |</ClassDeclaration>, "Delegate") 72VerifyRecommendationsContain(<File>Friend |</File>, "Delegate") 77VerifyRecommendationsContain(<ClassDeclaration>Friend |</ClassDeclaration>, "Delegate") 87VerifyRecommendationsContain(<ClassDeclaration>Private |</ClassDeclaration>, "Delegate") 105VerifyRecommendationsContain(<ClassDeclaration>Protected Friend |</ClassDeclaration>, "Delegate")
Recommendations\Declarations\DimKeywordRecommenderTests.vb (14)
12VerifyRecommendationsContain(<MethodBody>|</MethodBody>, "Dim") 22VerifyRecommendationsContain(<MethodBody> 35VerifyRecommendationsContain(<ClassDeclaration>|</ClassDeclaration>, "Dim") 55VerifyRecommendationsContain(<StructureDeclaration>|</StructureDeclaration>, "Dim") 60VerifyRecommendationsContain(<ModuleDeclaration>|</ModuleDeclaration>, "Dim") 75VerifyRecommendationsContain(<ClassDeclaration>Public |</ClassDeclaration>, "Dim") 80VerifyRecommendationsContain(<ClassDeclaration>Protected |</ClassDeclaration>, "Dim") 85VerifyRecommendationsContain(<ClassDeclaration>Friend |</ClassDeclaration>, "Dim") 90VerifyRecommendationsContain(<ClassDeclaration>Private |</ClassDeclaration>, "Dim") 95VerifyRecommendationsContain(<ClassDeclaration>Protected Friend |</ClassDeclaration>, "Dim") 165VerifyRecommendationsContain(<ClassDeclaration>ReadOnly |</ClassDeclaration>, "Dim") 180VerifyRecommendationsContain(<ClassDeclaration>Shared |</ClassDeclaration>, "Dim") 185VerifyRecommendationsContain(<MethodBody>If True Then Di|</MethodBody>, "Dim") 196VerifyRecommendationsContain(code, "Dim")
Recommendations\Declarations\EndBlockKeywordRecommenderTests.vb (24)
12VerifyRecommendationsContain(<ClassDeclaration>Sub Goo() 40VerifyRecommendationsContain(<ClassDeclaration>Property goo As Integer 50VerifyRecommendationsContain(<ClassDeclaration>Property goo As Integer 60VerifyRecommendationsContain(<MethodBody>Dim goo = Sub() 66VerifyRecommendationsContain(<MethodBody>If True Then 72VerifyRecommendationsContain(<MethodBody>If True Then 78VerifyRecommendationsContain(<MethodBody>With goo 84VerifyRecommendationsContain(<MethodBody>While goo 90VerifyRecommendationsContain(<MethodBody>Select goo 96VerifyRecommendationsContain(<MethodBody>Select goo 103VerifyRecommendationsContain(<MethodBody>Select goo 111VerifyRecommendationsContain(<MethodBody>SyncLock goo 117VerifyRecommendationsContain(<File>Module Goo 123VerifyRecommendationsContain(<File> 130VerifyRecommendationsContain(<File>Interface IGoo 136VerifyRecommendationsContain(<File> 143VerifyRecommendationsContain(<File>Class Goo 149VerifyRecommendationsContain(<File> 156VerifyRecommendationsContain(<File>Structure Goo 162VerifyRecommendationsContain(<File> 169VerifyRecommendationsContain(<File>Enum Goo 175VerifyRecommendationsContain(<File> 194VerifyRecommendationsContain(<ClassDeclaration>Sub Goo() 207VerifyRecommendationsContain(<ClassDeclaration>Function Goo()
Recommendations\Declarations\EnumKeywordRecommenderTests.vb (15)
12VerifyRecommendationsContain(<ClassDeclaration>|</ClassDeclaration>, "Enum") 23VerifyRecommendationsContain(code, "Enum") 36VerifyRecommendationsContain(code, "Enum") 46VerifyRecommendationsContain(<NamespaceDeclaration>|</NamespaceDeclaration>, "Enum") 51VerifyRecommendationsContain(<InterfaceDeclaration>|</InterfaceDeclaration>, "Enum") 63VerifyRecommendationsContain(code, "Enum") 73VerifyRecommendationsContain(<StructureDeclaration>|</StructureDeclaration>, "Enum") 78VerifyRecommendationsContain(<ModuleDeclaration>|</ModuleDeclaration>, "Enum") 88VerifyRecommendationsContain(<File>Public |</File>, "Enum") 93VerifyRecommendationsContain(<ClassDeclaration>Public |</ClassDeclaration>, "Enum") 103VerifyRecommendationsContain(<ClassDeclaration>Protected |</ClassDeclaration>, "Enum") 108VerifyRecommendationsContain(<File>Friend |</File>, "Enum") 113VerifyRecommendationsContain(<ClassDeclaration>Friend |</ClassDeclaration>, "Enum") 123VerifyRecommendationsContain(<ClassDeclaration>Private |</ClassDeclaration>, "Enum") 141VerifyRecommendationsContain(<ClassDeclaration>Protected Friend |</ClassDeclaration>, "Enum")
Recommendations\Declarations\EventKeywordRecommenderTests.vb (10)
12VerifyRecommendationsContain(<ClassDeclaration>|</ClassDeclaration>, "Event") 17VerifyRecommendationsContain(<StructureDeclaration>|</StructureDeclaration>, "Event") 22VerifyRecommendationsContain(<InterfaceDeclaration>|</InterfaceDeclaration>, "Event") 32VerifyRecommendationsContain(<ClassDeclaration>Public |</ClassDeclaration>, "Event") 37VerifyRecommendationsContain(<ClassDeclaration>Protected |</ClassDeclaration>, "Event") 42VerifyRecommendationsContain(<ClassDeclaration>Friend |</ClassDeclaration>, "Event") 47VerifyRecommendationsContain(<ClassDeclaration>Private |</ClassDeclaration>, "Event") 52VerifyRecommendationsContain(<ClassDeclaration>Protected Friend |</ClassDeclaration>, "Event") 142VerifyRecommendationsContain(<ClassDeclaration>Shared |</ClassDeclaration>, "Event") 147VerifyRecommendationsContain(<ClassDeclaration>Shadows |</ClassDeclaration>, "Event")
Recommendations\Declarations\ExternalSubFunctionKeywordRecommenderTests.vb (2)
12VerifyRecommendationsContain(<ClassDeclaration>Declare |</ClassDeclaration>, "Sub") 17VerifyRecommendationsContain(<ClassDeclaration>Declare |</ClassDeclaration>, "Function")
Recommendations\Declarations\FunctionKeywordRecommenderTests.vb (25)
12VerifyRecommendationsContain(<ClassDeclaration>|</ClassDeclaration>, "Function") 27VerifyRecommendationsContain(<InterfaceDeclaration>|</InterfaceDeclaration>, "Function") 37VerifyRecommendationsContain(<StructureDeclaration>|</StructureDeclaration>, "Function") 42VerifyRecommendationsContain(<ModuleDeclaration>|</ModuleDeclaration>, "Function") 47VerifyRecommendationsContain(<ClassDeclaration>Public |</ClassDeclaration>, "Function") 52VerifyRecommendationsContain(<ClassDeclaration>Protected |</ClassDeclaration>, "Function") 57VerifyRecommendationsContain(<ClassDeclaration>Friend |</ClassDeclaration>, "Function") 62VerifyRecommendationsContain(<ClassDeclaration>Private |</ClassDeclaration>, "Function") 67VerifyRecommendationsContain(<ClassDeclaration>Protected Friend |</ClassDeclaration>, "Function") 72VerifyRecommendationsContain(<ClassDeclaration>Overloads |</ClassDeclaration>, "Function") 77VerifyRecommendationsContain(<ClassDeclaration>Overrides |</ClassDeclaration>, "Function") 82VerifyRecommendationsContain(<ClassDeclaration>Overridable |</ClassDeclaration>, "Function") 87VerifyRecommendationsContain(<ClassDeclaration>NotOverridable |</ClassDeclaration>, "Function") 92VerifyRecommendationsContain(<ClassDeclaration>MustOverride |</ClassDeclaration>, "Function") 97VerifyRecommendationsContain(<ClassDeclaration>MustOverride Overrides |</ClassDeclaration>, "Function") 102VerifyRecommendationsContain(<ClassDeclaration>NotOverridable Overrides |</ClassDeclaration>, "Function") 152VerifyRecommendationsContain(<ClassDeclaration>Shared |</ClassDeclaration>, "Function") 172VerifyRecommendationsContain(code, "Function") 177VerifyRecommendationsContain(<ClassDeclaration>Overrides Public |</ClassDeclaration>, "Function") 205VerifyRecommendationsContain( 215VerifyRecommendationsContain( 225VerifyRecommendationsContain(<ClassDeclaration>Async |</ClassDeclaration>, "Function") 230VerifyRecommendationsContain(<ClassDeclaration>Iterator |</ClassDeclaration>, "Function") 235VerifyRecommendationsContain( 262VerifyRecommendationsContain(<ClassDeclaration>&lt;Extension&gt; |</ClassDeclaration>, "Function")
Recommendations\Declarations\GenericConstraintsKeywordRecommenderTests.vb (7)
12VerifyRecommendationsContain(<File>Class Goo(Of T As |</File>, "Class", "Structure", "New") 17VerifyRecommendationsContain(<File>Class Goo(Of T As {|</File>, "Class", "Structure", "New") 22VerifyRecommendationsContain(<File>Class Goo(Of T As {OtherType, |</File>, "Class", "Structure", "New") 32VerifyRecommendationsContain(<File>Class Goo(Of T As {New, |</File>, "Class") 37VerifyRecommendationsContain(<File>Class Goo(Of T As {Class, |</File>, "New") 54VerifyRecommendationsContain( 61VerifyRecommendationsContain(
Recommendations\Declarations\GetSetKeywordRecommenderTests.vb (18)
12VerifyRecommendationsContain(<ClassDeclaration>Property Goo As Integer 18VerifyRecommendationsContain(<ClassDeclaration>Property Goo As Integer 24VerifyRecommendationsContain(<ClassDeclaration>Property Goo As Integer 30VerifyRecommendationsContain(<ClassDeclaration>Property Goo As Integer 36VerifyRecommendationsContain(<ClassDeclaration>Property Goo As Integer 42VerifyRecommendationsContain(<ClassDeclaration>Property Goo As Integer 48VerifyRecommendationsContain(<ClassDeclaration>Property ReadOnly Goo As Integer 54VerifyRecommendationsContain(<ClassDeclaration>Property ReadOnly Goo As Integer 60VerifyRecommendationsContain(<ClassDeclaration>ReadOnly Property Goo As Integer 66VerifyRecommendationsContain(<ClassDeclaration>ReadOnly Property Goo As Integer 72VerifyRecommendationsContain(<ClassDeclaration>ReadOnly Property Goo As Integer 78VerifyRecommendationsContain(<ClassDeclaration>ReadOnly Property Goo As Integer 84VerifyRecommendationsContain(<ClassDeclaration>WriteOnly Property Goo As Integer 90VerifyRecommendationsContain(<ClassDeclaration>WriteOnly Property Goo As Integer 96VerifyRecommendationsContain(<ClassDeclaration>WriteOnly Property Goo As Integer 102VerifyRecommendationsContain(<ClassDeclaration>WriteOnly Property Goo As Integer 108VerifyRecommendationsContain(<ClassDeclaration>WriteOnly Property Goo As Integer 114VerifyRecommendationsContain(<ClassDeclaration>WriteOnly Property Goo As Integer
Recommendations\Declarations\HandlesKeywordRecommenderTests.vb (3)
12VerifyRecommendationsContain(<File> 20VerifyRecommendationsContain(<File> 28VerifyRecommendationsContain(<File>
Recommendations\Declarations\ImplementsKeywordRecommenderTests.vb (16)
12VerifyRecommendationsContain(<File> 19VerifyRecommendationsContain(<File> 27VerifyRecommendationsContain(<File> 35VerifyRecommendationsContain(<File> 42VerifyRecommendationsContain(<File> 50VerifyRecommendationsContain(<File> 67VerifyRecommendationsContain( 95VerifyRecommendationsContain( 123VerifyRecommendationsContain( 151VerifyRecommendationsContain( 179VerifyRecommendationsContain( 207VerifyRecommendationsContain( 280VerifyRecommendationsContain( 308VerifyRecommendationsContain( 322VerifyRecommendationsContain( 336VerifyRecommendationsContain(
Recommendations\Declarations\ImportsKeywordRecommenderTests.vb (7)
12VerifyRecommendationsContain(<File>|</File>, "Imports") 17VerifyRecommendationsContain(<File> 24VerifyRecommendationsContain(<File> 31VerifyRecommendationsContain(<File> 39VerifyRecommendationsContain(<File> 47VerifyRecommendationsContain(<File> 54VerifyRecommendationsContain(<File>
Recommendations\Declarations\InheritsKeywordRecommenderTests.vb (5)
12VerifyRecommendationsContain(<File> 19VerifyRecommendationsContain(<File> 26VerifyRecommendationsContain(<File> 34VerifyRecommendationsContain(<File> 57VerifyRecommendationsContain(<File>
Recommendations\Declarations\InKeywordRecommenderTests.vb (6)
12VerifyRecommendationsContain(<MethodBody>For Each x |</MethodBody>, "In") 17VerifyRecommendationsContain(<MethodBody>For Each x As Goo |</MethodBody>, "In") 22VerifyRecommendationsContain(<MethodBody>Dim x = From x |</MethodBody>, "In") 27VerifyRecommendationsContain(<MethodBody>Dim x = From x As Goo |</MethodBody>, "In") 44VerifyRecommendationsContain( 51VerifyRecommendationsContain(
Recommendations\Declarations\InterfaceKeywordRecommenderTests.vb (17)
12VerifyRecommendationsContain(<ClassDeclaration>|</ClassDeclaration>, "Interface") 22VerifyRecommendationsContain(<NamespaceDeclaration>|</NamespaceDeclaration>, "Interface") 36VerifyRecommendationsContain(code, "Interface") 41VerifyRecommendationsContain(<InterfaceDeclaration>|</InterfaceDeclaration>, "Interface") 52VerifyRecommendationsContain(code, "Interface") 64VerifyRecommendationsContain(code, "Interface") 74VerifyRecommendationsContain(<StructureDeclaration>|</StructureDeclaration>, "Interface") 79VerifyRecommendationsContain(<ModuleDeclaration>|</ModuleDeclaration>, "Interface") 84VerifyRecommendationsContain(<File>Partial |</File>, "Interface") 89VerifyRecommendationsContain(<File>Public |</File>, "Interface") 94VerifyRecommendationsContain(<ClassDeclaration>Public |</ClassDeclaration>, "Interface") 104VerifyRecommendationsContain(<ClassDeclaration>Protected |</ClassDeclaration>, "Interface") 109VerifyRecommendationsContain(<File>Friend |</File>, "Interface") 114VerifyRecommendationsContain(<ClassDeclaration>Friend |</ClassDeclaration>, "Interface") 124VerifyRecommendationsContain(<ClassDeclaration>Private |</ClassDeclaration>, "Interface") 142VerifyRecommendationsContain(<ClassDeclaration>Protected Friend |</ClassDeclaration>, "Interface") 237VerifyRecommendationsContain(<File>&lt;AttributeApplication&gt; |</File>, "Interface")
Recommendations\Declarations\IteratorKeywordRecommenderTests.vb (15)
18VerifyRecommendationsContain(<ClassDeclaration>|</ClassDeclaration>, "Iterator") 23VerifyRecommendationsContain(<ModuleDeclaration>|</ModuleDeclaration>, "Iterator") 33VerifyRecommendationsContain(<StructureDeclaration>|</StructureDeclaration>, "Iterator") 38VerifyRecommendationsContain(<ClassDeclaration>Private |</ClassDeclaration>, "Iterator") 43VerifyRecommendationsContain(<ClassDeclaration>Protected |</ClassDeclaration>, "Iterator") 48VerifyRecommendationsContain(<ClassDeclaration>Protected Friend |</ClassDeclaration>, "Iterator") 53VerifyRecommendationsContain(<ClassDeclaration>Friend Protected |</ClassDeclaration>, "Iterator") 58VerifyRecommendationsContain(<ClassDeclaration>Friend |</ClassDeclaration>, "Iterator") 63VerifyRecommendationsContain(<ClassDeclaration>Public |</ClassDeclaration>, "Iterator") 68VerifyRecommendationsContain(<ClassDeclaration>Overridable |</ClassDeclaration>, "Iterator") 73VerifyRecommendationsContain(<ClassDeclaration>Shadows |</ClassDeclaration>, "Iterator") 78VerifyRecommendationsContain(<ClassDeclaration>MustOverride |</ClassDeclaration>, "Iterator") 118VerifyRecommendationsContain(<ClassDeclaration>ReadOnly |</ClassDeclaration>, "Iterator") 123VerifyRecommendationsContain(<ClassDeclaration>Shared |</ClassDeclaration>, "Iterator") 138VerifyRecommendationsContain(<ClassDeclaration>Default |</ClassDeclaration>, "Iterator")
Recommendations\Declarations\LibKeywordRecommenderTests.vb (2)
34VerifyRecommendationsContain( 41VerifyRecommendationsContain(
Recommendations\Declarations\ModifierKeywordRecommenderTests.InsideClassDeclaration.vb (73)
14VerifyRecommendationsContain(<ClassDeclaration>|</ClassDeclaration>, "Public") 19VerifyRecommendationsContain(<ClassDeclaration>|</ClassDeclaration>, "Protected") 24VerifyRecommendationsContain(<ClassDeclaration>|</ClassDeclaration>, "Private") 29VerifyRecommendationsContain(<ClassDeclaration>|</ClassDeclaration>, "Friend") 34VerifyRecommendationsContain(<ClassDeclaration>|</ClassDeclaration>, "Protected Friend") 64VerifyRecommendationsContain(<ClassDeclaration>Protected |</ClassDeclaration>, "Friend") 74VerifyRecommendationsContain(<ClassDeclaration>Friend |</ClassDeclaration>, "Protected") 84VerifyRecommendationsContain(<ClassDeclaration>Overrides |</ClassDeclaration>, "Public", "Protected", "Friend", "Protected Friend", "Private") 89VerifyRecommendationsContain(<ClassDeclaration>Shared Widening |</ClassDeclaration>, "Public") 105VerifyRecommendationsContain(<ClassDeclaration>Default |</ClassDeclaration>, "Protected", "Protected Friend") 110VerifyRecommendationsContain(<ClassDeclaration>Async |</ClassDeclaration>, "Public", "Protected", "Protected Friend", "Friend", "Private") 115VerifyRecommendationsContain(<ClassDeclaration>Iterator |</ClassDeclaration>, "Public", "Protected", "Protected Friend", "Friend", "Private") 120VerifyRecommendationsContain(<ClassDeclaration>&lt;Extension&gt; |</ClassDeclaration>, "Public", "Protected", "Protected Friend", "Friend", "Private") 129VerifyRecommendationsContain(<ClassDeclaration>|</ClassDeclaration>, "Narrowing") 134VerifyRecommendationsContain(<ClassDeclaration>|</ClassDeclaration>, "Widening") 219VerifyRecommendationsContain(<ClassDeclaration>Overloads |</ClassDeclaration>, "Narrowing") 224VerifyRecommendationsContain(<ClassDeclaration>Overloads |</ClassDeclaration>, "Widening") 249VerifyRecommendationsContain(<ClassDeclaration>Shared |</ClassDeclaration>, "Narrowing") 254VerifyRecommendationsContain(<ClassDeclaration>Shared |</ClassDeclaration>, "Widening") 263VerifyRecommendationsContain(<ClassDeclaration>|</ClassDeclaration>, "MustInherit") 268VerifyRecommendationsContain(<ClassDeclaration>|</ClassDeclaration>, "NotInheritable") 333VerifyRecommendationsContain(<ClassDeclaration>Partial |</ClassDeclaration>, "MustInherit") 338VerifyRecommendationsContain(<ClassDeclaration>Partial |</ClassDeclaration>, "NotInheritable") 377VerifyRecommendationsContain(<ClassDeclaration>|</ClassDeclaration>, "Overrides") 387VerifyRecommendationsContain(<ClassDeclaration>MustOverride |</ClassDeclaration>, "Overrides") 397VerifyRecommendationsContain(<ClassDeclaration>NotOverridable |</ClassDeclaration>, "Overrides") 407VerifyRecommendationsContain(<ClassDeclaration>Overloads |</ClassDeclaration>, "Overrides") 414VerifyRecommendationsContain(<ClassDeclaration>|</ClassDeclaration>, "MustOverride") 419VerifyRecommendationsContain(<ClassDeclaration>Overrides |</ClassDeclaration>, "MustOverride") 439VerifyRecommendationsContain(<ClassDeclaration>Shadows |</ClassDeclaration>, "MustOverride") 444VerifyRecommendationsContain(<ClassDeclaration>Overloads |</ClassDeclaration>, "MustOverride") 451VerifyRecommendationsContain(<ClassDeclaration>|</ClassDeclaration>, "Overridable") 476VerifyRecommendationsContain(<ClassDeclaration>Shadows |</ClassDeclaration>, "Overridable") 481VerifyRecommendationsContain(<ClassDeclaration>Overloads |</ClassDeclaration>, "Overridable") 488VerifyRecommendationsContain(<ClassDeclaration>|</ClassDeclaration>, "NotOverridable") 493VerifyRecommendationsContain(<ClassDeclaration>Overrides |</ClassDeclaration>, "NotOverridable") 518VerifyRecommendationsContain(<ClassDeclaration>Overloads |</ClassDeclaration>, "NotOverridable") 525VerifyRecommendationsContain(<ClassDeclaration>|</ClassDeclaration>, "Overloads") 530VerifyRecommendationsContain(<ClassDeclaration>Overrides |</ClassDeclaration>, "Overloads") 535VerifyRecommendationsContain(<ClassDeclaration>MustOverride |</ClassDeclaration>, "Overloads") 540VerifyRecommendationsContain(<ClassDeclaration>Overridable |</ClassDeclaration>, "Overloads") 545VerifyRecommendationsContain(<ClassDeclaration>NotOverridable |</ClassDeclaration>, "Overloads") 560VerifyRecommendationsContain(<ClassDeclaration>Default |</ClassDeclaration>, "Overridable", "NotOverridable", "MustOverride") 569VerifyRecommendationsContain(<ClassDeclaration>|</ClassDeclaration>, "ReadOnly") 574VerifyRecommendationsContain(<ClassDeclaration>|</ClassDeclaration>, "WriteOnly") 579VerifyRecommendationsContain(<ClassDeclaration>Shared |</ClassDeclaration>, "ReadOnly") 584VerifyRecommendationsContain(<ClassDeclaration>Shared |</ClassDeclaration>, "WriteOnly") 589VerifyRecommendationsContain(<ClassDeclaration>Default |</ClassDeclaration>, "ReadOnly") 594VerifyRecommendationsContain(<ClassDeclaration>Default |</ClassDeclaration>, "WriteOnly") 609VerifyRecommendationsContain(<ClassDeclaration>Overridable |</ClassDeclaration>, "ReadOnly") 614VerifyRecommendationsContain(<ClassDeclaration>Overridable |</ClassDeclaration>, "WriteOnly") 619VerifyRecommendationsContain(<ClassDeclaration>NotOverridable |</ClassDeclaration>, "ReadOnly") 624VerifyRecommendationsContain(<ClassDeclaration>NotOverridable |</ClassDeclaration>, "WriteOnly") 629VerifyRecommendationsContain(<ClassDeclaration>Overloads |</ClassDeclaration>, "ReadOnly") 634VerifyRecommendationsContain(<ClassDeclaration>Overloads |</ClassDeclaration>, "WriteOnly") 639VerifyRecommendationsContain(<ClassDeclaration>MustOverride |</ClassDeclaration>, "ReadOnly") 644VerifyRecommendationsContain(<ClassDeclaration>MustOverride |</ClassDeclaration>, "WriteOnly") 669VerifyRecommendationsContain(<ClassDeclaration>Overrides |</ClassDeclaration>, "ReadOnly") 674VerifyRecommendationsContain(<ClassDeclaration>Overrides |</ClassDeclaration>, "WriteOnly") 683VerifyRecommendationsContain(<ClassDeclaration>|</ClassDeclaration>, "Partial") 698VerifyRecommendationsContain(<ClassDeclaration>MustInherit |</ClassDeclaration>, "Partial") 703VerifyRecommendationsContain(<ClassDeclaration>NotInheritable |</ClassDeclaration>, "Partial") 776VerifyRecommendationsContain(<ClassDeclaration>|</ClassDeclaration>, "Shadows") 781VerifyRecommendationsContain(<ClassDeclaration>MustOverride |</ClassDeclaration>, "Shadows") 811VerifyRecommendationsContain(<ClassDeclaration>Overridable |</ClassDeclaration>, "Shadows") 816VerifyRecommendationsContain(<ClassDeclaration>ReadOnly |</ClassDeclaration>, "Shadows") 821VerifyRecommendationsContain(<ClassDeclaration>WriteOnly |</ClassDeclaration>, "Shadows") 826VerifyRecommendationsContain(<ClassDeclaration>Narrowing |</ClassDeclaration>, "Shadows") 831VerifyRecommendationsContain(<ClassDeclaration>Widening |</ClassDeclaration>, "Shadows") 841VerifyRecommendationsContain(<ClassDeclaration>Default |</ClassDeclaration>, "Shadows") 850VerifyRecommendationsContain(<ClassDeclaration>|</ClassDeclaration>, "Shared") 860VerifyRecommendationsContain(<ClassDeclaration>Shadows |</ClassDeclaration>, "Shared") 870VerifyRecommendationsContain(<ClassDeclaration>Shared |</ClassDeclaration>, "Shadows")
Recommendations\Declarations\ModifierKeywordRecommenderTests.InsideInterfaceDeclaration.vb (6)
57VerifyRecommendationsContain(<InterfaceDeclaration>|</InterfaceDeclaration>, "MustInherit") 62VerifyRecommendationsContain(<InterfaceDeclaration>|</InterfaceDeclaration>, "NotInheritable") 91VerifyRecommendationsContain(<InterfaceDeclaration>|</InterfaceDeclaration>, "Overloads") 100VerifyRecommendationsContain(<InterfaceDeclaration>|</InterfaceDeclaration>, "ReadOnly") 105VerifyRecommendationsContain(<InterfaceDeclaration>|</InterfaceDeclaration>, "WriteOnly") 125VerifyRecommendationsContain(<InterfaceDeclaration>|</InterfaceDeclaration>, "Shadows")
Recommendations\Declarations\ModifierKeywordRecommenderTests.InsideModuleDeclaration.vb (2)
47VerifyRecommendationsContain(<ModuleDeclaration>|</ModuleDeclaration>, "Partial") 52VerifyRecommendationsContain(<ModuleDeclaration>Private |</ModuleDeclaration>, "Partial")
Recommendations\Declarations\ModifierKeywordRecommenderTests.InsideNamespaceDeclaration.vb (3)
14VerifyRecommendationsContain(<NamespaceDeclaration>|</NamespaceDeclaration>, recommendations) 15VerifyRecommendationsContain(<File>|</File>, recommendations) 16VerifyRecommendationsContain(
Recommendations\Declarations\ModifierKeywordRecommenderTests.InsideStructureDeclaration.vb (35)
14VerifyRecommendationsContain(<StructureDeclaration>|</StructureDeclaration>, "Public") 24VerifyRecommendationsContain(<StructureDeclaration>|</StructureDeclaration>, "Private") 29VerifyRecommendationsContain(<StructureDeclaration>|</StructureDeclaration>, "Friend") 88VerifyRecommendationsContain(<StructureDeclaration>|</StructureDeclaration>, "Narrowing") 93VerifyRecommendationsContain(<StructureDeclaration>|</StructureDeclaration>, "Widening") 178VerifyRecommendationsContain(<StructureDeclaration>Overloads |</StructureDeclaration>, "Narrowing") 183VerifyRecommendationsContain(<StructureDeclaration>Overloads |</StructureDeclaration>, "Widening") 208VerifyRecommendationsContain(<StructureDeclaration>Shared |</StructureDeclaration>, "Narrowing") 213VerifyRecommendationsContain(<StructureDeclaration>Shared |</StructureDeclaration>, "Widening") 222VerifyRecommendationsContain(<StructureDeclaration>|</StructureDeclaration>, "MustInherit") 227VerifyRecommendationsContain(<StructureDeclaration>|</StructureDeclaration>, "NotInheritable") 292VerifyRecommendationsContain(<StructureDeclaration>Partial |</StructureDeclaration>, "MustInherit") 297VerifyRecommendationsContain(<StructureDeclaration>Partial |</StructureDeclaration>, "NotInheritable") 326VerifyRecommendationsContain(<StructureDeclaration>|</StructureDeclaration>, "Overrides") 356VerifyRecommendationsContain(<StructureDeclaration>Overloads |</StructureDeclaration>, "Overrides") 474VerifyRecommendationsContain(<StructureDeclaration>|</StructureDeclaration>, "Overloads") 479VerifyRecommendationsContain(<StructureDeclaration>Overrides |</StructureDeclaration>, "Overloads") 513VerifyRecommendationsContain(<StructureDeclaration>|</StructureDeclaration>, "ReadOnly") 518VerifyRecommendationsContain(<StructureDeclaration>|</StructureDeclaration>, "WriteOnly") 523VerifyRecommendationsContain(<StructureDeclaration>Shared |</StructureDeclaration>, "ReadOnly") 528VerifyRecommendationsContain(<StructureDeclaration>Shared |</StructureDeclaration>, "WriteOnly") 533VerifyRecommendationsContain(<StructureDeclaration>Default |</StructureDeclaration>, "ReadOnly") 538VerifyRecommendationsContain(<StructureDeclaration>Default |</StructureDeclaration>, "WriteOnly") 573VerifyRecommendationsContain(<StructureDeclaration>Overloads |</StructureDeclaration>, "ReadOnly") 578VerifyRecommendationsContain(<StructureDeclaration>Overloads |</StructureDeclaration>, "WriteOnly") 617VerifyRecommendationsContain(<StructureDeclaration>|</StructureDeclaration>, "Partial") 632VerifyRecommendationsContain(<StructureDeclaration>MustInherit |</StructureDeclaration>, "Partial") 637VerifyRecommendationsContain(<StructureDeclaration>NotInheritable |</StructureDeclaration>, "Partial") 696VerifyRecommendationsContain(<StructureDeclaration>|</StructureDeclaration>, "Shadows") 736VerifyRecommendationsContain(<StructureDeclaration>ReadOnly |</StructureDeclaration>, "Shadows") 741VerifyRecommendationsContain(<StructureDeclaration>WriteOnly |</StructureDeclaration>, "Shadows") 746VerifyRecommendationsContain(<StructureDeclaration>Narrowing |</StructureDeclaration>, "Shadows") 751VerifyRecommendationsContain(<StructureDeclaration>Widening |</StructureDeclaration>, "Shadows") 761VerifyRecommendationsContain(<StructureDeclaration>Default |</StructureDeclaration>, "Shadows") 770VerifyRecommendationsContain(<StructureDeclaration>|</StructureDeclaration>, "Shared")
Recommendations\Declarations\ModuleKeywordRecommenderTests.vb (7)
12VerifyRecommendationsContain(<File>|</File>, "Module") 22VerifyRecommendationsContain(<NamespaceDeclaration>|</NamespaceDeclaration>, "Module") 47VerifyRecommendationsContain(<File>Partial |</File>, "Module") 52VerifyRecommendationsContain(<File>Public |</File>, "Module") 64VerifyRecommendationsContain(code, "Module") 74VerifyRecommendationsContain(code, "Module") 94VerifyRecommendationsContain(<File>Friend |</File>, "Module")
Recommendations\Declarations\NamespaceKeywordRecommenderTests.vb (10)
12VerifyRecommendationsContain(<File>|</File>, "Namespace") 22VerifyRecommendationsContain(<NamespaceDeclaration>|</NamespaceDeclaration>, "Namespace") 36VerifyRecommendationsContain(code, "Namespace") 50VerifyRecommendationsContain(code, "Namespace") 60VerifyRecommendationsContain(code, "Namespace") 72VerifyRecommendationsContain(code, "Namespace") 83VerifyRecommendationsContain(code, "Namespace") 93VerifyRecommendationsContain(code, "Namespace") 104VerifyRecommendationsContain(code, "Namespace") 114VerifyRecommendationsContain(code, "Namespace")
Recommendations\Declarations\OfKeywordRecommenderTests.vb (15)
12VerifyRecommendationsContain(<ClassDeclaration>Sub Goo(|</ClassDeclaration>, "Of") 22VerifyRecommendationsContain(<ClassDeclaration>Sub Goo(|)(x As Integer)</ClassDeclaration>, "Of") 27VerifyRecommendationsContain(<ClassDeclaration>Delegate Sub Goo(|</ClassDeclaration>, "Of") 37VerifyRecommendationsContain(<ClassDeclaration>Delegate Sub Goo(|)(x As Integer)</ClassDeclaration>, "Of") 42VerifyRecommendationsContain(<File>Class Goo(|</File>, "Of") 47VerifyRecommendationsContain(<File>Structure Goo(|</File>, "Of") 52VerifyRecommendationsContain(<File>Interface Goo(|</File>, "Of") 73VerifyRecommendationsContain(<MethodBody>Dim f As New Goo(|</MethodBody>, "Of") 83VerifyRecommendationsContain(<MethodBody>Goo(|</MethodBody>, "Of") 88VerifyRecommendationsContain(<MethodBody>Dim i As List(|</MethodBody>, "Of") 123VerifyRecommendationsContain(code, "Of") 138VerifyRecommendationsContain(code, "Of") 161VerifyRecommendationsContain( 183VerifyRecommendationsContain(code, "Of") 198VerifyRecommendationsContain(code, "Of")
Recommendations\Declarations\OperatorKeywordRecommenderTests.vb (7)
12VerifyRecommendationsContain(<ClassDeclaration>|</ClassDeclaration>, "Operator") 37VerifyRecommendationsContain(<StructureDeclaration>|</StructureDeclaration>, "Operator") 52VerifyRecommendationsContain(<ClassDeclaration>Public |</ClassDeclaration>, "Operator") 77VerifyRecommendationsContain(<ClassDeclaration>Overloads |</ClassDeclaration>, "Operator") 132VerifyRecommendationsContain(<ClassDeclaration>Narrowing |</ClassDeclaration>, "Operator CType") 138VerifyRecommendationsContain(<ClassDeclaration>Widening |</ClassDeclaration>, "Operator CType") 159VerifyRecommendationsContain(<ClassDeclaration>Shared |</ClassDeclaration>, "Operator")
Recommendations\Declarations\ParameterModifiersKeywordRecommenderTests.vb (5)
12VerifyRecommendationsContain(<ClassDeclaration>Sub Goo(|</ClassDeclaration>, "ByVal", "ByRef", "Optional", "ParamArray") 17VerifyRecommendationsContain(<ClassDeclaration>Sub Goo(ByRef first As Integer, |</ClassDeclaration>, "ByVal", "ByRef", "Optional", "ParamArray") 22VerifyRecommendationsContain(<ClassDeclaration>Sub Goo(ByVal first As Integer, |</ClassDeclaration>, "ByVal", "ByRef", "Optional", "ParamArray") 92VerifyRecommendationsContain(<ClassDeclaration>Delegate Sub Goo(|</ClassDeclaration>, "ByVal", "ByRef") 198VerifyRecommendationsContain(
Recommendations\Declarations\PropertyKeywordRecommenderTests.vb (22)
12VerifyRecommendationsContain(<ClassDeclaration>|</ClassDeclaration>, "Property") 22VerifyRecommendationsContain(<ClassDeclaration>Public |</ClassDeclaration>, "Property") 27VerifyRecommendationsContain(<ClassDeclaration>Protected |</ClassDeclaration>, "Property") 32VerifyRecommendationsContain(<ClassDeclaration>Friend |</ClassDeclaration>, "Property") 37VerifyRecommendationsContain(<ClassDeclaration>Private |</ClassDeclaration>, "Property") 42VerifyRecommendationsContain(<ClassDeclaration>Protected Friend |</ClassDeclaration>, "Property") 47VerifyRecommendationsContain(<ClassDeclaration>Overloads |</ClassDeclaration>, "Property") 52VerifyRecommendationsContain(<ClassDeclaration>Overrides |</ClassDeclaration>, "Property") 57VerifyRecommendationsContain(<ClassDeclaration>Overridable |</ClassDeclaration>, "Property") 62VerifyRecommendationsContain(<ClassDeclaration>NotOverridable |</ClassDeclaration>, "Property") 67VerifyRecommendationsContain(<ClassDeclaration>MustOverride |</ClassDeclaration>, "Property") 72VerifyRecommendationsContain(<ClassDeclaration>MustOverride Overrides |</ClassDeclaration>, "Property") 77VerifyRecommendationsContain(<ClassDeclaration>NotOverridable Overrides |</ClassDeclaration>, "Property") 87VerifyRecommendationsContain(<ClassDeclaration>Default |</ClassDeclaration>, "Property") 112VerifyRecommendationsContain(<ClassDeclaration>ReadOnly |</ClassDeclaration>, "Property") 117VerifyRecommendationsContain(<ClassDeclaration>WriteOnly |</ClassDeclaration>, "Property") 127VerifyRecommendationsContain(<ClassDeclaration>Shared |</ClassDeclaration>, "Property") 132VerifyRecommendationsContain(<ClassDeclaration>Overrides Public |</ClassDeclaration>, "Property") 158VerifyRecommendationsContain(code, "Property") 174VerifyRecommendationsContain( 185VerifyRecommendationsContain( 196VerifyRecommendationsContain(<ClassDeclaration>Iterator |</ClassDeclaration>, "Property")
Recommendations\Declarations\StaticKeywordRecommenderTests.vb (3)
12VerifyRecommendationsContain(<MethodBody>|</MethodBody>, "Static") 17VerifyRecommendationsContain(<MethodBody> 25VerifyRecommendationsContain(<MethodBody>
Recommendations\Declarations\StructureKeywordRecommenderTests.vb (17)
12VerifyRecommendationsContain(<ClassDeclaration>|</ClassDeclaration>, "Structure") 23VerifyRecommendationsContain(code, "Structure") 36VerifyRecommendationsContain(code, "Structure") 46VerifyRecommendationsContain(<NamespaceDeclaration>|</NamespaceDeclaration>, "Structure") 51VerifyRecommendationsContain(<InterfaceDeclaration>|</InterfaceDeclaration>, "Structure") 63VerifyRecommendationsContain(code, "Structure") 73VerifyRecommendationsContain(<StructureDeclaration>|</StructureDeclaration>, "Structure") 78VerifyRecommendationsContain(<ModuleDeclaration>|</ModuleDeclaration>, "Structure") 83VerifyRecommendationsContain(<File>Partial |</File>, "Structure") 88VerifyRecommendationsContain(<File>Public |</File>, "Structure") 93VerifyRecommendationsContain(<ClassDeclaration>Public |</ClassDeclaration>, "Structure") 103VerifyRecommendationsContain(<ClassDeclaration>Protected |</ClassDeclaration>, "Structure") 108VerifyRecommendationsContain(<File>Friend |</File>, "Structure") 113VerifyRecommendationsContain(<ClassDeclaration>Friend |</ClassDeclaration>, "Structure") 123VerifyRecommendationsContain(<ClassDeclaration>Private |</ClassDeclaration>, "Structure") 141VerifyRecommendationsContain(<ClassDeclaration>Protected Friend |</ClassDeclaration>, "Structure") 236VerifyRecommendationsContain(<File>&lt;AttributeApplication&gt; |</File>, "Structure")
Recommendations\Declarations\SubKeywordRecommenderTests.vb (24)
12VerifyRecommendationsContain(<ClassDeclaration>|</ClassDeclaration>, "Sub") 27VerifyRecommendationsContain(<InterfaceDeclaration>|</InterfaceDeclaration>, "Sub") 37VerifyRecommendationsContain(<StructureDeclaration>|</StructureDeclaration>, "Sub") 42VerifyRecommendationsContain(<ModuleDeclaration>|</ModuleDeclaration>, "Sub") 47VerifyRecommendationsContain(<ClassDeclaration>Partial |</ClassDeclaration>, "Sub") 52VerifyRecommendationsContain(<ClassDeclaration>Public |</ClassDeclaration>, "Sub") 57VerifyRecommendationsContain(<ClassDeclaration>Protected |</ClassDeclaration>, "Sub") 62VerifyRecommendationsContain(<ClassDeclaration>Friend |</ClassDeclaration>, "Sub") 67VerifyRecommendationsContain(<ClassDeclaration>Private |</ClassDeclaration>, "Sub") 72VerifyRecommendationsContain(<ClassDeclaration>Protected Friend |</ClassDeclaration>, "Sub") 77VerifyRecommendationsContain(<ClassDeclaration>Overloads |</ClassDeclaration>, "Sub") 82VerifyRecommendationsContain(<ClassDeclaration>Overridable |</ClassDeclaration>, "Sub") 87VerifyRecommendationsContain(<ClassDeclaration>NotOverridable |</ClassDeclaration>, "Sub") 92VerifyRecommendationsContain(<ClassDeclaration>MustOverride |</ClassDeclaration>, "Sub") 97VerifyRecommendationsContain(<ClassDeclaration>MustOverride Overrides |</ClassDeclaration>, "Sub") 102VerifyRecommendationsContain(<ClassDeclaration>NotOverridable Overrides |</ClassDeclaration>, "Sub") 152VerifyRecommendationsContain(<ClassDeclaration>Shared |</ClassDeclaration>, "Sub") 171VerifyRecommendationsContain(code, "Sub") 176VerifyRecommendationsContain(<ClassDeclaration>Overrides |</ClassDeclaration>, "Sub") 181VerifyRecommendationsContain(<ClassDeclaration>Overrides Public |</ClassDeclaration>, "Sub") 209VerifyRecommendationsContain( 219VerifyRecommendationsContain( 229VerifyRecommendationsContain(<ClassDeclaration>Async |</ClassDeclaration>, "Sub") 253VerifyRecommendationsContain(<ClassDeclaration>&lt;Extension&gt; |</ClassDeclaration>, "Sub")
Recommendations\Declarations\ToKeywordRecommenderTests.vb (6)
17VerifyRecommendationsContain(<MethodBody>Dim i(0 |</MethodBody>, "To") 32VerifyRecommendationsContain(<MethodBody>Dim i(0 To 4, 0 |</MethodBody>, "To") 42VerifyRecommendationsContain(<MethodBody>ReDim i(0 |</MethodBody>, "To") 57VerifyRecommendationsContain(<MethodBody>ReDim i(0 To 4, 0 |</MethodBody>, "To") 69VerifyRecommendationsContain( 76VerifyRecommendationsContain(
Recommendations\EventHandling\AddHandlerKeywordRecommenderTests.vb (4)
20VerifyRecommendationsContain(<MethodBody>|</MethodBody>, "AddHandler") 25VerifyRecommendationsContain(<MethodBody> 37VerifyRecommendationsContain(<MethodBody>Dim x = Sub() |</MethodBody>, "AddHandler") 54VerifyRecommendationsContain(code, "AddHandler")
Recommendations\EventHandling\RaiseEventKeywordRecommenderTests.vb (2)
19VerifyRecommendationsContain(code, "RaiseEvent") 31VerifyRecommendationsContain(code, "RaiseEvent")
Recommendations\EventHandling\RemoveHandlerKeywordRecommenderTests.vb (4)
20VerifyRecommendationsContain(<MethodBody>|</MethodBody>, "RemoveHandler") 25VerifyRecommendationsContain(<MethodBody> 37VerifyRecommendationsContain(<MethodBody>Dim x = Sub() |</MethodBody>, "RemoveHandler") 54VerifyRecommendationsContain(code, "RemoveHandler")
Recommendations\Expressions\AddressOfKeywordRecommenderTests.vb (22)
23VerifyRecommendationsContain(<MethodBody>Return |</MethodBody>, "AddressOf") 28VerifyRecommendationsContain(<MethodBody>Goo(|</MethodBody>, "AddressOf") 33VerifyRecommendationsContain(<MethodBody>Goo(bar, |</MethodBody>, "AddressOf") 38VerifyRecommendationsContain(<MethodBody>Goo(bar + |</MethodBody>, "AddressOf") 43VerifyRecommendationsContain(<MethodBody>Goo(Not |</MethodBody>, "AddressOf") 48VerifyRecommendationsContain(<MethodBody>If TypeOf |</MethodBody>, "AddressOf") 53VerifyRecommendationsContain(<MethodBody>Do While |</MethodBody>, "AddressOf") 58VerifyRecommendationsContain(<MethodBody>Do Until |</MethodBody>, "AddressOf") 63VerifyRecommendationsContain(<MethodBody> 70VerifyRecommendationsContain(<MethodBody> 77VerifyRecommendationsContain(<MethodBody>If |</MethodBody>, "AddressOf") 82VerifyRecommendationsContain(<MethodBody>ElseIf |</MethodBody>, "AddressOf") 87VerifyRecommendationsContain(<MethodBody>Else If |</MethodBody>, "AddressOf") 92VerifyRecommendationsContain(<MethodBody>Error |</MethodBody>, "AddressOf") 97VerifyRecommendationsContain(<MethodBody>Throw |</MethodBody>, "AddressOf") 102VerifyRecommendationsContain(<MethodBody>Dim x = |</MethodBody>, "AddressOf") 107VerifyRecommendationsContain(<MethodBody>Dim x = {|</MethodBody>, "AddressOf") 112VerifyRecommendationsContain(<MethodBody>Dim x = {0, |</MethodBody>, "AddressOf") 117VerifyRecommendationsContain(<MethodBody>AddHandler goo, |</MethodBody>, "AddressOf") 123VerifyRecommendationsContain(<MethodBody>RemoveHandler goo, |</MethodBody>, "AddressOf") 141VerifyRecommendationsContain(code, "AddressOf") 184VerifyRecommendationsContain(code, "AddressOf")
Recommendations\Expressions\BinaryOperatorKeywordRecommenderTests.vb (16)
26VerifyRecommendationsContain(<MethodBody>Dim i As Integer = 1 |</MethodBody>, s_expectedKeywords) 31VerifyRecommendationsContain(<MethodBody>x = 1 |</MethodBody>, s_expectedKeywords) 36VerifyRecommendationsContain(<MethodBody>x = "asdf" |</MethodBody>, s_expectedKeywords) 41VerifyRecommendationsContain(<MethodBody>x = New Object() |</MethodBody>, s_expectedKeywords) 66VerifyRecommendationsContain(<MethodBody>Dim x As New Object(Goo() |)</MethodBody>, s_expectedKeywords) 71VerifyRecommendationsContain(<MethodBody>x = Goo.Bar |</MethodBody>, s_expectedKeywords) 76VerifyRecommendationsContain(<MethodBody>x = Goo.Bar() |</MethodBody>, s_expectedKeywords) 106VerifyRecommendationsContain(<MethodBody>Dim x = Sub(x As Integer) x |</MethodBody>, s_expectedKeywords) 111VerifyRecommendationsContain(<MethodBody>test = "F" |</MethodBody>, s_expectedKeywords) 116VerifyRecommendationsContain(<MethodBody>Dim x = Function(x As Integer) x |</MethodBody>, s_expectedKeywords) 162VerifyRecommendationsContain(<MethodBody>Dim i(0 To 4 |</MethodBody>, s_expectedKeywords) 172VerifyRecommendationsContain(<MethodBody>ReDim i(0 To 4 |</MethodBody>, s_expectedKeywords) 206VerifyRecommendationsContain(<MethodBody>AddHandler System.Console.CancelKeyPress, Goo |</MethodBody>, s_expectedKeywords) 221VerifyRecommendationsContain(<MethodBody>RemoveHandler System.Console.CancelKeyPress, Goo |</MethodBody>, s_expectedKeywords) 278VerifyRecommendationsContain( 285VerifyRecommendationsContain(
Recommendations\Expressions\CastOperatorsKeywordRecommenderTests.vb (19)
63VerifyRecommendationsContain(<MethodBody>|</MethodBody>, AllTypeConversionOperatorKeywords) 68VerifyRecommendationsContain(<MethodBody>Return |</MethodBody>, AllTypeConversionOperatorKeywords) 73VerifyRecommendationsContain(<MethodBody>Goo(|</MethodBody>, AllTypeConversionOperatorKeywords) 78VerifyRecommendationsContain(<MethodBody>Goo(bar, |</MethodBody>, AllTypeConversionOperatorKeywords) 83VerifyRecommendationsContain(<MethodBody>Goo(bar + |</MethodBody>, AllTypeConversionOperatorKeywords) 88VerifyRecommendationsContain(<MethodBody>Goo(Not |</MethodBody>, AllTypeConversionOperatorKeywords) 93VerifyRecommendationsContain(<MethodBody>If TypeOf |</MethodBody>, AllTypeConversionOperatorKeywords) 98VerifyRecommendationsContain(<MethodBody>Do While |</MethodBody>, AllTypeConversionOperatorKeywords) 103VerifyRecommendationsContain(<MethodBody>Do Until |</MethodBody>, AllTypeConversionOperatorKeywords) 108VerifyRecommendationsContain(<MethodBody> 115VerifyRecommendationsContain(<MethodBody> 122VerifyRecommendationsContain(<MethodBody>If |</MethodBody>, AllTypeConversionOperatorKeywords) 127VerifyRecommendationsContain(<MethodBody>ElseIf |</MethodBody>, AllTypeConversionOperatorKeywords) 132VerifyRecommendationsContain(<MethodBody>Else If |</MethodBody>, AllTypeConversionOperatorKeywords) 137VerifyRecommendationsContain(<MethodBody>Error |</MethodBody>, AllTypeConversionOperatorKeywords) 142VerifyRecommendationsContain(<MethodBody>Throw |</MethodBody>, AllTypeConversionOperatorKeywords) 147VerifyRecommendationsContain(<MethodBody>Dim x = |</MethodBody>, AllTypeConversionOperatorKeywords) 152VerifyRecommendationsContain(<MethodBody>Dim x = {|</MethodBody>, AllTypeConversionOperatorKeywords) 157VerifyRecommendationsContain(<MethodBody>Dim x = {0, |</MethodBody>, AllTypeConversionOperatorKeywords)
Recommendations\Expressions\FromKeywordRecommenderTests.vb (11)
37VerifyRecommendationsContain(<File>Imports System.Collections.Generic 54VerifyRecommendationsContain(<File>Imports System.Collections.Generic 76VerifyRecommendationsContain(<File>Imports System.Collections.Generic 93VerifyRecommendationsContain(<MethodBody>Imports System.Collections.Generic 115VerifyRecommendationsContain(<File>Imports System.Collections.Generic 132VerifyRecommendationsContain(<MethodBody>Imports System.Collections.Generic 150VerifyRecommendationsContain(<MethodBody>Dim q1 As Func(Of Integer()) = Function() |</MethodBody>, "From") 204VerifyRecommendationsContain( 220VerifyRecommendationsContain( 263VerifyRecommendationsContain(code, "From") 323VerifyRecommendationsContain(code, "From")
Recommendations\Expressions\GetTypeKeywordRecommenderTests.vb (19)
25VerifyRecommendationsContain(<MethodBody>|</MethodBody>, "GetType") 30VerifyRecommendationsContain(<MethodBody>Return |</MethodBody>, "GetType") 35VerifyRecommendationsContain(<MethodBody>Goo(|</MethodBody>, "GetType") 40VerifyRecommendationsContain(<MethodBody>Goo(bar, |</MethodBody>, "GetType") 45VerifyRecommendationsContain(<MethodBody>Goo(bar + |</MethodBody>, "GetType") 50VerifyRecommendationsContain(<MethodBody>Goo(Not |</MethodBody>, "GetType") 55VerifyRecommendationsContain(<MethodBody>If TypeOf |</MethodBody>, "GetType") 60VerifyRecommendationsContain(<MethodBody>Do While |</MethodBody>, "GetType") 65VerifyRecommendationsContain(<MethodBody>Do Until |</MethodBody>, "GetType") 70VerifyRecommendationsContain(<MethodBody> 77VerifyRecommendationsContain(<MethodBody> 84VerifyRecommendationsContain(<MethodBody>If |</MethodBody>, "GetType") 89VerifyRecommendationsContain(<MethodBody>ElseIf |</MethodBody>, "GetType") 94VerifyRecommendationsContain(<MethodBody>Else If |</MethodBody>, "GetType") 99VerifyRecommendationsContain(<MethodBody>Error |</MethodBody>, "GetType") 104VerifyRecommendationsContain(<MethodBody>Throw |</MethodBody>, "GetType") 109VerifyRecommendationsContain(<MethodBody>Dim x = |</MethodBody>, "GetType") 114VerifyRecommendationsContain(<MethodBody>Dim x = {|</MethodBody>, "GetType") 119VerifyRecommendationsContain(<MethodBody>Dim x = {0, |</MethodBody>, "GetType")
Recommendations\Expressions\GetXmlNamespaceKeywordRecommenderTests.vb (19)
30VerifyRecommendationsContain(<MethodBody>Return |</MethodBody>, "GetXmlNamespace") 35VerifyRecommendationsContain(<MethodBody>Goo(|</MethodBody>, "GetXmlNamespace") 40VerifyRecommendationsContain(<MethodBody>Goo(bar, |</MethodBody>, "GetXmlNamespace") 45VerifyRecommendationsContain(<MethodBody>Goo(bar + |</MethodBody>, "GetXmlNamespace") 50VerifyRecommendationsContain(<MethodBody>Goo(Not |</MethodBody>, "GetXmlNamespace") 55VerifyRecommendationsContain(<MethodBody>If TypeOf |</MethodBody>, "GetXmlNamespace") 60VerifyRecommendationsContain(<MethodBody>Do While |</MethodBody>, "GetXmlNamespace") 65VerifyRecommendationsContain(<MethodBody>Do Until |</MethodBody>, "GetXmlNamespace") 70VerifyRecommendationsContain(<MethodBody> 77VerifyRecommendationsContain(<MethodBody> 84VerifyRecommendationsContain(<MethodBody>If |</MethodBody>, "GetXmlNamespace") 89VerifyRecommendationsContain(<MethodBody>ElseIf |</MethodBody>, "GetXmlNamespace") 94VerifyRecommendationsContain(<MethodBody>Else If |</MethodBody>, "GetXmlNamespace") 99VerifyRecommendationsContain(<MethodBody>Error |</MethodBody>, "GetXmlNamespace") 104VerifyRecommendationsContain(<MethodBody>Throw |</MethodBody>, "GetXmlNamespace") 109VerifyRecommendationsContain(<MethodBody>Dim x = |</MethodBody>, "GetXmlNamespace") 114VerifyRecommendationsContain(<MethodBody>Dim x = {|</MethodBody>, "GetXmlNamespace") 119VerifyRecommendationsContain(<MethodBody>Dim x = {0, |</MethodBody>, "GetXmlNamespace") 124VerifyRecommendationsContain(<MethodBody>While |</MethodBody>, "GetXmlNamespace")
Recommendations\Expressions\GlobalKeywordRecommenderTests.vb (21)
17VerifyRecommendationsContain(<MethodBody>|</MethodBody>, "Global") 22VerifyRecommendationsContain(<MethodBody>Return |</MethodBody>, "Global") 27VerifyRecommendationsContain(<MethodBody>Goo(|</MethodBody>, "Global") 32VerifyRecommendationsContain(<MethodBody>Goo(bar, |</MethodBody>, "Global") 37VerifyRecommendationsContain(<MethodBody>Goo(bar + |</MethodBody>, "Global") 42VerifyRecommendationsContain(<MethodBody>Goo(Not |</MethodBody>, "Global") 47VerifyRecommendationsContain(<MethodBody>If TypeOf |</MethodBody>, "Global") 52VerifyRecommendationsContain(<MethodBody>Do While |</MethodBody>, "Global") 57VerifyRecommendationsContain(<MethodBody>Do Until |</MethodBody>, "Global") 62VerifyRecommendationsContain(<MethodBody> 69VerifyRecommendationsContain(<MethodBody> 76VerifyRecommendationsContain(<MethodBody>If |</MethodBody>, "Global") 81VerifyRecommendationsContain(<MethodBody>ElseIf |</MethodBody>, "Global") 86VerifyRecommendationsContain(<MethodBody>Else If |</MethodBody>, "Global") 91VerifyRecommendationsContain(<MethodBody>Error |</MethodBody>, "Global") 96VerifyRecommendationsContain(<MethodBody>Throw |</MethodBody>, "Global") 101VerifyRecommendationsContain(<MethodBody>Dim x = |</MethodBody>, "Global") 106VerifyRecommendationsContain(<MethodBody>Dim x = {|</MethodBody>, "Global") 111VerifyRecommendationsContain(<MethodBody>Dim x = {0, |</MethodBody>, "Global") 153VerifyRecommendationsContain(code, "Global") 165VerifyRecommendationsContain(code, "Global")
Recommendations\Expressions\IfKeywordRecommenderTests.vb (18)
20VerifyRecommendationsContain(<MethodBody>Return |</MethodBody>, "If") 25VerifyRecommendationsContain(<MethodBody>Goo(|</MethodBody>, "If") 30VerifyRecommendationsContain(<MethodBody>Goo(bar, |</MethodBody>, "If") 35VerifyRecommendationsContain(<MethodBody>Goo(bar + |</MethodBody>, "If") 40VerifyRecommendationsContain(<MethodBody>Goo(Not |</MethodBody>, "If") 45VerifyRecommendationsContain(<MethodBody>If TypeOf |</MethodBody>, "If") 50VerifyRecommendationsContain(<MethodBody>Do While |</MethodBody>, "If") 55VerifyRecommendationsContain(<MethodBody>Do Until |</MethodBody>, "If") 60VerifyRecommendationsContain(<MethodBody> 67VerifyRecommendationsContain(<MethodBody> 74VerifyRecommendationsContain(<MethodBody>If |</MethodBody>, "If") 79VerifyRecommendationsContain(<MethodBody>ElseIf |</MethodBody>, "If") 84VerifyRecommendationsContain(<MethodBody>Else If |</MethodBody>, "If") 89VerifyRecommendationsContain(<MethodBody>Error |</MethodBody>, "If") 94VerifyRecommendationsContain(<MethodBody>Throw |</MethodBody>, "If") 99VerifyRecommendationsContain(<MethodBody>Dim x = |</MethodBody>, "If") 104VerifyRecommendationsContain(<MethodBody>Dim x = {|</MethodBody>, "If") 109VerifyRecommendationsContain(<MethodBody>Dim x = {0, |</MethodBody>, "If")
Recommendations\Expressions\KeyKeywordRecommenderTests.vb (4)
32VerifyRecommendationsContain(<MethodBody>Dim x As New With {|</MethodBody>, "Key") 37VerifyRecommendationsContain(<MethodBody>Dim x As New With {.Goo = 2, |</MethodBody>, "Key") 42VerifyRecommendationsContain(<MethodBody>Dim x = New With {|</MethodBody>, "Key") 47VerifyRecommendationsContain(<MethodBody>Dim x = New With {.Goo = 2, |</MethodBody>, "Key")
Recommendations\Expressions\LambdaKeywordRecommenderTests.vb (20)
20VerifyRecommendationsContain(<MethodBody>Return |</MethodBody>, "Sub", "Function", "Async", "Iterator") 25VerifyRecommendationsContain(<MethodBody>Goo(|</MethodBody>, "Sub", "Function", "Async", "Iterator") 30VerifyRecommendationsContain(<MethodBody>Goo(bar, |</MethodBody>, "Sub", "Function", "Async", "Iterator") 35VerifyRecommendationsContain(<MethodBody>Goo(bar + |</MethodBody>, "Sub", "Function", "Async", "Iterator") 40VerifyRecommendationsContain(<MethodBody>Goo(Not |</MethodBody>, "Sub", "Function", "Async", "Iterator") 45VerifyRecommendationsContain(<MethodBody>If TypeOf |</MethodBody>, "Sub", "Function", "Async", "Iterator") 50VerifyRecommendationsContain(<MethodBody>Do While |</MethodBody>, "Sub", "Function", "Async", "Iterator") 55VerifyRecommendationsContain(<MethodBody>Do Until |</MethodBody>, "Sub", "Function", "Async", "Iterator") 60VerifyRecommendationsContain(<MethodBody> 67VerifyRecommendationsContain(<MethodBody> 74VerifyRecommendationsContain(<MethodBody>If |</MethodBody>, "Sub", "Function", "Async", "Iterator") 79VerifyRecommendationsContain(<MethodBody>ElseIf |</MethodBody>, "Sub", "Function", "Async", "Iterator") 84VerifyRecommendationsContain(<MethodBody>Else If |</MethodBody>, "Sub", "Function", "Async", "Iterator") 89VerifyRecommendationsContain(<MethodBody>Error |</MethodBody>, "Sub", "Function", "Async", "Iterator") 94VerifyRecommendationsContain(<MethodBody>Throw |</MethodBody>, "Sub", "Function", "Async", "Iterator") 99VerifyRecommendationsContain(<MethodBody>Dim x = |</MethodBody>, "Sub", "Function", "Async", "Iterator") 104VerifyRecommendationsContain(<MethodBody>Dim x = {|</MethodBody>, "Sub", "Function", "Async", "Iterator") 109VerifyRecommendationsContain(<MethodBody>Dim x = {0, |</MethodBody>, "Sub", "Function", "Async", "Iterator") 114VerifyRecommendationsContain(<MethodBody>Dim x = Iterator |</MethodBody>, "Function") 119VerifyRecommendationsContain(<MethodBody>Dim x = Async |</MethodBody>, "Function", "Sub")
Recommendations\Expressions\MeKeywordRecommenderTests.vb (26)
44VerifyRecommendationsContain(<MethodBody>|</MethodBody>, "Me") 49VerifyRecommendationsContain(<PropertyGetter>|</PropertyGetter>, "Me") 54VerifyRecommendationsContain(<EventAddHandler>|</EventAddHandler>, "Me") 59VerifyRecommendationsContain(<MethodBody>Return |</MethodBody>, "Me") 64VerifyRecommendationsContain(<MethodBody>Goo(|</MethodBody>, "Me") 69VerifyRecommendationsContain(<MethodBody>Goo(bar, |</MethodBody>, "Me") 74VerifyRecommendationsContain(<MethodBody>Goo(bar + |</MethodBody>, "Me") 79VerifyRecommendationsContain(<MethodBody>Goo(Not |</MethodBody>, "Me") 84VerifyRecommendationsContain(<MethodBody>If TypeOf |</MethodBody>, "Me") 89VerifyRecommendationsContain(<MethodBody>Do While |</MethodBody>, "Me") 94VerifyRecommendationsContain(<MethodBody>Do Until |</MethodBody>, "Me") 99VerifyRecommendationsContain(<MethodBody> 106VerifyRecommendationsContain(<MethodBody> 113VerifyRecommendationsContain(<MethodBody>If |</MethodBody>, "Me") 118VerifyRecommendationsContain(<MethodBody>ElseIf |</MethodBody>, "Me") 123VerifyRecommendationsContain(<MethodBody>Else If |</MethodBody>, "Me") 128VerifyRecommendationsContain(<MethodBody>Error |</MethodBody>, "Me") 133VerifyRecommendationsContain(<MethodBody>Throw |</MethodBody>, "Me") 138VerifyRecommendationsContain(<MethodBody>Dim x = |</MethodBody>, "Me") 143VerifyRecommendationsContain(<MethodBody>Dim x = {|</MethodBody>, "Me") 148VerifyRecommendationsContain(<MethodBody>Dim x = {0, |</MethodBody>, "Me") 153VerifyRecommendationsContain(<ClassDeclaration>Dim x = |</ClassDeclaration>, "Me") 163VerifyRecommendationsContain(text, "Me") 173VerifyRecommendationsContain(text, "Me") 195VerifyRecommendationsContain(text, "Me") 200VerifyRecommendationsContain(<MethodBody>Dim s = NameOf(|</MethodBody>, "Me")
Recommendations\Expressions\MyBaseKeywordRecommenderTests.vb (21)
37VerifyRecommendationsContain(<MethodBody>|</MethodBody>, "MyBase") 42VerifyRecommendationsContain(<MethodBody>Return |</MethodBody>, "MyBase") 47VerifyRecommendationsContain(<MethodBody>Goo(|</MethodBody>, "MyBase") 52VerifyRecommendationsContain(<MethodBody>Goo(bar, |</MethodBody>, "MyBase") 57VerifyRecommendationsContain(<MethodBody>Goo(bar + |</MethodBody>, "MyBase") 62VerifyRecommendationsContain(<MethodBody>Goo(Not |</MethodBody>, "MyBase") 67VerifyRecommendationsContain(<MethodBody>If TypeOf |</MethodBody>, "MyBase") 72VerifyRecommendationsContain(<MethodBody>Do While |</MethodBody>, "MyBase") 77VerifyRecommendationsContain(<MethodBody>Do Until |</MethodBody>, "MyBase") 82VerifyRecommendationsContain(<MethodBody> 89VerifyRecommendationsContain(<MethodBody> 96VerifyRecommendationsContain(<MethodBody>If |</MethodBody>, "MyBase") 101VerifyRecommendationsContain(<MethodBody>ElseIf |</MethodBody>, "MyBase") 106VerifyRecommendationsContain(<MethodBody>Else If |</MethodBody>, "MyBase") 111VerifyRecommendationsContain(<MethodBody>Error |</MethodBody>, "MyBase") 116VerifyRecommendationsContain(<MethodBody>Throw |</MethodBody>, "MyBase") 121VerifyRecommendationsContain(<MethodBody>Dim x = {|</MethodBody>, "MyBase") 126VerifyRecommendationsContain(<MethodBody>Dim x = {|</MethodBody>, "MyBase") 131VerifyRecommendationsContain(<MethodBody>Dim x = {0, |</MethodBody>, "MyBase") 166VerifyRecommendationsContain(text, "MyBase") 201VerifyRecommendationsContain(<MethodBody>Dim s = NameOf(|</MethodBody>, "MyBase")
Recommendations\Expressions\MyClassKeywordRecommenderTests.vb (22)
17VerifyRecommendationsContain(<MethodBody>|</MethodBody>, "MyClass") 22VerifyRecommendationsContain(<MethodBody>Return |</MethodBody>, "MyClass") 27VerifyRecommendationsContain(<MethodBody>Goo(|</MethodBody>, "MyClass") 32VerifyRecommendationsContain(<MethodBody>Goo(bar, |</MethodBody>, "MyClass") 37VerifyRecommendationsContain(<MethodBody>Goo(bar + |</MethodBody>, "MyClass") 42VerifyRecommendationsContain(<MethodBody>Goo(Not |</MethodBody>, "MyClass") 47VerifyRecommendationsContain(<MethodBody>If TypeOf |</MethodBody>, "MyClass") 52VerifyRecommendationsContain(<MethodBody>Do While |</MethodBody>, "MyClass") 57VerifyRecommendationsContain(<MethodBody>Do Until |</MethodBody>, "MyClass") 62VerifyRecommendationsContain(<MethodBody> 69VerifyRecommendationsContain(<MethodBody> 76VerifyRecommendationsContain(<MethodBody>If |</MethodBody>, "MyClass") 81VerifyRecommendationsContain(<MethodBody>ElseIf |</MethodBody>, "MyClass") 86VerifyRecommendationsContain(<MethodBody>Else If |</MethodBody>, "MyClass") 91VerifyRecommendationsContain(<MethodBody>Error |</MethodBody>, "MyClass") 96VerifyRecommendationsContain(<MethodBody>Throw |</MethodBody>, "MyClass") 101VerifyRecommendationsContain(<MethodBody>Dim x = {|</MethodBody>, "MyClass") 106VerifyRecommendationsContain(<MethodBody>Dim x = {|</MethodBody>, "MyClass") 111VerifyRecommendationsContain(<MethodBody>Dim x = {0, |</MethodBody>, "MyClass") 151VerifyRecommendationsContain(text, "MyClass") 173VerifyRecommendationsContain(text, "MyClass") 178VerifyRecommendationsContain(<MethodBody>Dim s = NameOf(|</MethodBody>, "MyClass")
Recommendations\Expressions\NameOfKeywordRecommenderTests.vb (20)
22VerifyRecommendationsContain(<MethodBody>Return |</MethodBody>, "NameOf") 27VerifyRecommendationsContain(<MethodBody>Goo(|</MethodBody>, "NameOf") 32VerifyRecommendationsContain(<MethodBody>Goo(bar, |</MethodBody>, "NameOf") 37VerifyRecommendationsContain(<MethodBody>Goo(bar + |</MethodBody>, "NameOf") 42VerifyRecommendationsContain(<MethodBody>Goo(Not |</MethodBody>, "NameOf") 47VerifyRecommendationsContain(<MethodBody>If TypeOf |</MethodBody>, "NameOf") 52VerifyRecommendationsContain(<MethodBody>Do While |</MethodBody>, "NameOf") 57VerifyRecommendationsContain(<MethodBody>Do Until |</MethodBody>, "NameOf") 62VerifyRecommendationsContain(<MethodBody> 69VerifyRecommendationsContain(<MethodBody> 76VerifyRecommendationsContain(<MethodBody>If |</MethodBody>, "NameOf") 81VerifyRecommendationsContain(<MethodBody>ElseIf |</MethodBody>, "NameOf") 86VerifyRecommendationsContain(<MethodBody>Else If |</MethodBody>, "NameOf") 91VerifyRecommendationsContain(<MethodBody>Error |</MethodBody>, "NameOf") 96VerifyRecommendationsContain(<MethodBody>Throw |</MethodBody>, "NameOf") 101VerifyRecommendationsContain(<MethodBody>Dim x = |</MethodBody>, "NameOf") 106VerifyRecommendationsContain(<MethodBody>Dim x = {|</MethodBody>, "NameOf") 111VerifyRecommendationsContain(<MethodBody>Dim x = {0, |</MethodBody>, "NameOf") 116VerifyRecommendationsContain(<MethodBody>While |</MethodBody>, "NameOf") 121VerifyRecommendationsContain(<MethodBody>Call |</MethodBody>, "NameOf")
Recommendations\Expressions\NewKeywordRecommenderTests.vb (24)
17VerifyRecommendationsContain(<MethodBody>Return |</MethodBody>, "New") 22VerifyRecommendationsContain(<MethodBody>Goo(|</MethodBody>, "New") 27VerifyRecommendationsContain(<MethodBody>Goo(bar, |</MethodBody>, "New") 32VerifyRecommendationsContain(<MethodBody>Goo(bar + |</MethodBody>, "New") 37VerifyRecommendationsContain(<MethodBody>Goo(Not |</MethodBody>, "New") 42VerifyRecommendationsContain(<MethodBody>If TypeOf |</MethodBody>, "New") 47VerifyRecommendationsContain(<MethodBody>Do While |</MethodBody>, "New") 52VerifyRecommendationsContain(<MethodBody>Do Until |</MethodBody>, "New") 57VerifyRecommendationsContain(<MethodBody> 64VerifyRecommendationsContain(<MethodBody> 71VerifyRecommendationsContain(<MethodBody>If |</MethodBody>, "New") 76VerifyRecommendationsContain(<MethodBody>ElseIf |</MethodBody>, "New") 81VerifyRecommendationsContain(<MethodBody>Else If |</MethodBody>, "New") 86VerifyRecommendationsContain(<MethodBody>Error |</MethodBody>, "New") 91VerifyRecommendationsContain(<MethodBody>Throw |</MethodBody>, "New") 96VerifyRecommendationsContain(<MethodBody>Dim x = |</MethodBody>, "New") 101VerifyRecommendationsContain(<MethodBody>Dim x = {|</MethodBody>, "New") 106VerifyRecommendationsContain(<MethodBody>Dim x = {0, |</MethodBody>, "New") 111VerifyRecommendationsContain(<MethodBody>Dim x As |</MethodBody>, "New") 116VerifyRecommendationsContain(<MethodBody>While |</MethodBody>, "New") 121VerifyRecommendationsContain(<ClassDeclaration>Public Property goo As |</ClassDeclaration>, "New") 126VerifyRecommendationsContain(<ClassDeclaration>Public ReadOnly Property goo As |</ClassDeclaration>, "New") 163VerifyRecommendationsContain( 170VerifyRecommendationsContain(
Recommendations\Expressions\NothingKeywordRecommenderTests.vb (19)
22VerifyRecommendationsContain(<MethodBody>Return |</MethodBody>, "Nothing") 27VerifyRecommendationsContain(<MethodBody>Goo(|</MethodBody>, "Nothing") 32VerifyRecommendationsContain(<MethodBody>Goo(bar, |</MethodBody>, "Nothing") 37VerifyRecommendationsContain(<MethodBody>Goo(bar + |</MethodBody>, "Nothing") 42VerifyRecommendationsContain(<MethodBody>Goo(Not |</MethodBody>, "Nothing") 47VerifyRecommendationsContain(<MethodBody>If TypeOf |</MethodBody>, "Nothing") 52VerifyRecommendationsContain(<MethodBody>Do While |</MethodBody>, "Nothing") 57VerifyRecommendationsContain(<MethodBody>Do Until |</MethodBody>, "Nothing") 62VerifyRecommendationsContain(<MethodBody> 69VerifyRecommendationsContain(<MethodBody> 76VerifyRecommendationsContain(<MethodBody>If |</MethodBody>, "Nothing") 81VerifyRecommendationsContain(<MethodBody>ElseIf |</MethodBody>, "Nothing") 86VerifyRecommendationsContain(<MethodBody>Else If |</MethodBody>, "Nothing") 91VerifyRecommendationsContain(<MethodBody>Error |</MethodBody>, "Nothing") 96VerifyRecommendationsContain(<MethodBody>Throw |</MethodBody>, "Nothing") 101VerifyRecommendationsContain(<MethodBody>Dim x = |</MethodBody>, "Nothing") 106VerifyRecommendationsContain(<MethodBody>Dim x = {|</MethodBody>, "Nothing") 111VerifyRecommendationsContain(<MethodBody>Dim x = {0, |</MethodBody>, "Nothing") 116VerifyRecommendationsContain(<MethodBody>While |</MethodBody>, "Nothing")
Recommendations\Expressions\NotKeywordRecommenderTests.vb (19)
22VerifyRecommendationsContain(<MethodBody>Return |</MethodBody>, "Not") 27VerifyRecommendationsContain(<MethodBody>Goo(|</MethodBody>, "Not") 32VerifyRecommendationsContain(<MethodBody>Goo(bar, |</MethodBody>, "Not") 37VerifyRecommendationsContain(<MethodBody>Goo(bar + |</MethodBody>, "Not") 42VerifyRecommendationsContain(<MethodBody>Goo(Not |</MethodBody>, "Not") 47VerifyRecommendationsContain(<MethodBody>If TypeOf |</MethodBody>, "Not") 52VerifyRecommendationsContain(<MethodBody>Do While |</MethodBody>, "Not") 57VerifyRecommendationsContain(<MethodBody>Do Until |</MethodBody>, "Not") 62VerifyRecommendationsContain(<MethodBody> 69VerifyRecommendationsContain(<MethodBody> 76VerifyRecommendationsContain(<MethodBody>If |</MethodBody>, "Not") 81VerifyRecommendationsContain(<MethodBody>ElseIf |</MethodBody>, "Not") 86VerifyRecommendationsContain(<MethodBody>Else If |</MethodBody>, "Not") 91VerifyRecommendationsContain(<MethodBody>Error |</MethodBody>, "Not") 96VerifyRecommendationsContain(<MethodBody>Throw |</MethodBody>, "Not") 101VerifyRecommendationsContain(<MethodBody>Dim x = |</MethodBody>, "Not") 106VerifyRecommendationsContain(<MethodBody>Dim x = {|</MethodBody>, "Not") 111VerifyRecommendationsContain(<MethodBody>Dim x = {0, |</MethodBody>, "Not") 116VerifyRecommendationsContain(<MethodBody>While |</MethodBody>, "Not")
Recommendations\Expressions\TrueFalseKeywordRecommenderTests.vb (26)
22VerifyRecommendationsContain(<MethodBody>Return |</MethodBody>, "True", "False") 27VerifyRecommendationsContain(<MethodBody>Goo(|</MethodBody>, "True", "False") 32VerifyRecommendationsContain(<MethodBody>Goo(bar, |</MethodBody>, "True", "False") 37VerifyRecommendationsContain(<MethodBody>Goo(bar + |</MethodBody>, "True", "False") 42VerifyRecommendationsContain(<MethodBody>Goo(Not |</MethodBody>, "True", "False") 47VerifyRecommendationsContain(<MethodBody>If TypeOf |</MethodBody>, "True", "False") 52VerifyRecommendationsContain(<MethodBody>Do While |</MethodBody>, "True", "False") 57VerifyRecommendationsContain(<MethodBody>Do Until |</MethodBody>, "True", "False") 62VerifyRecommendationsContain(<MethodBody> 69VerifyRecommendationsContain(<MethodBody> 76VerifyRecommendationsContain(<MethodBody>If |</MethodBody>, "True", "False") 81VerifyRecommendationsContain(<MethodBody>ElseIf |</MethodBody>, "True", "False") 86VerifyRecommendationsContain(<MethodBody>Else If |</MethodBody>, "True", "False") 91VerifyRecommendationsContain(<MethodBody>Error |</MethodBody>, "True", "False") 96VerifyRecommendationsContain(<MethodBody>Throw |</MethodBody>, "True", "False") 101VerifyRecommendationsContain(<MethodBody>Dim x = |</MethodBody>, "True", "False") 106VerifyRecommendationsContain(<MethodBody>Dim x = {|</MethodBody>, "True", "False") 111VerifyRecommendationsContain(<MethodBody>Dim x = {0, |</MethodBody>, "True", "False") 136VerifyRecommendationsContain(<File>#if |</File>, "True", "False") 141VerifyRecommendationsContain(<File>#if not |</File>, "True", "False") 146VerifyRecommendationsContain(<File>#if (|</File>, "True", "False") 151VerifyRecommendationsContain(<File>#if true andalso |</File>, "True", "False") 156VerifyRecommendationsContain(<File>#if true and |</File>, "True", "False") 161VerifyRecommendationsContain(<File>#if true orelse |</File>, "True", "False") 166VerifyRecommendationsContain(<File>#if true or |</File>, "True", "False") 171VerifyRecommendationsContain(
Recommendations\Expressions\TypeOfKeywordRecommenderTests.vb (18)
22VerifyRecommendationsContain(<MethodBody>Return |</MethodBody>, "TypeOf") 27VerifyRecommendationsContain(<MethodBody>Goo(|</MethodBody>, "TypeOf") 32VerifyRecommendationsContain(<MethodBody>Goo(bar, |</MethodBody>, "TypeOf") 37VerifyRecommendationsContain(<MethodBody>Goo(bar + |</MethodBody>, "TypeOf") 42VerifyRecommendationsContain(<MethodBody>Goo(Not |</MethodBody>, "TypeOf") 47VerifyRecommendationsContain(<MethodBody>If TypeOf |</MethodBody>, "TypeOf") 52VerifyRecommendationsContain(<MethodBody>Do While |</MethodBody>, "TypeOf") 57VerifyRecommendationsContain(<MethodBody>Do Until |</MethodBody>, "TypeOf") 62VerifyRecommendationsContain(<MethodBody> 69VerifyRecommendationsContain(<MethodBody> 76VerifyRecommendationsContain(<MethodBody>If |</MethodBody>, "TypeOf") 81VerifyRecommendationsContain(<MethodBody>ElseIf |</MethodBody>, "TypeOf") 86VerifyRecommendationsContain(<MethodBody>Else If |</MethodBody>, "TypeOf") 91VerifyRecommendationsContain(<MethodBody>Error |</MethodBody>, "TypeOf") 96VerifyRecommendationsContain(<MethodBody>Throw |</MethodBody>, "TypeOf") 101VerifyRecommendationsContain(<MethodBody>Dim x = |</MethodBody>, "TypeOf") 106VerifyRecommendationsContain(<MethodBody>Dim x = {|</MethodBody>, "TypeOf") 111VerifyRecommendationsContain(<MethodBody>Dim x = {0, |</MethodBody>, "TypeOf")
Recommendations\Expressions\WithKeywordRecommenderTests.vb (11)
32VerifyRecommendationsContain(<MethodBody>Dim x = New |</MethodBody>, "With") 37VerifyRecommendationsContain(<MethodBody>Dim x = New Goo |</MethodBody>, "With") 42VerifyRecommendationsContain(<MethodBody>Dim x = New Goo() |</MethodBody>, "With") 47VerifyRecommendationsContain(<MethodBody>Dim x As New |</MethodBody>, "With") 52VerifyRecommendationsContain(<MethodBody>Dim x As New Goo |</MethodBody>, "With") 57VerifyRecommendationsContain(<MethodBody>Dim x As New Goo() |</MethodBody>, "With") 62VerifyRecommendationsContain(<MethodBody>x = New |</MethodBody>, "With") 67VerifyRecommendationsContain(<MethodBody>x = New Goo |</MethodBody>, "With") 72VerifyRecommendationsContain(<MethodBody>x = New Goo() |</MethodBody>, "With") 97VerifyRecommendationsContain( 104VerifyRecommendationsContain(
Recommendations\OnErrorStatements\ErrorKeywordRecommenderTests.vb (2)
18VerifyRecommendationsContain(<MethodBody>|</MethodBody>, "Error") 30VerifyRecommendationsContain(code, "Error")
Recommendations\OnErrorStatements\GoToKeywordRecommenderTests.vb (1)
12VerifyRecommendationsContain(<MethodBody>On Error |</MethodBody>, "GoTo")
Recommendations\OnErrorStatements\NextKeywordRecommenderTests.vb (2)
47VerifyRecommendationsContain( 54VerifyRecommendationsContain(
Recommendations\OnErrorStatements\OnErrorKeywordRecommenderTests.vb (2)
12VerifyRecommendationsContain(<MethodBody>|</MethodBody>, "On Error Resume Next") 17VerifyRecommendationsContain(<MethodBody>|</MethodBody>, "On Error GoTo")
Recommendations\OnErrorStatements\ResumeKeywordRecommenderTests.vb (2)
12VerifyRecommendationsContain(<MethodBody>On Error |</MethodBody>, "Resume Next") 17VerifyRecommendationsContain(<MethodBody>|</MethodBody>, "Resume")
Recommendations\OptionStatements\CompareOptionsRecommenderTests.vb (2)
24VerifyRecommendationsContain( 31VerifyRecommendationsContain(
Recommendations\OptionStatements\OptionKeywordRecommenderTests.vb (3)
12VerifyRecommendationsContain(<File>|</File>, "Option") 17VerifyRecommendationsContain(<File> 24VerifyRecommendationsContain(<File>
Recommendations\PreprocessorDirectives\ConstDirectiveKeywordRecommenderTests.vb (4)
12VerifyRecommendationsContain(<File>|</File>, "#Const") 17VerifyRecommendationsContain(<MethodBody>|</MethodBody>, "#Const") 31VerifyRecommendationsContain(<File>a|</File>, "#Const") 36VerifyRecommendationsContain(<File>Con|</File>, "#Const")
Recommendations\PreprocessorDirectives\ElseDirectiveKeywordRecommenderTests.vb (2)
17VerifyRecommendationsContain(<File> 24VerifyRecommendationsContain(<File>
Recommendations\PreprocessorDirectives\ElseIfDirectiveKeywordRecommenderTests.vb (2)
17VerifyRecommendationsContain(<File> 24VerifyRecommendationsContain(<File>
Recommendations\PreprocessorDirectives\EndIfDirectiveKeywordRecommenderTests.vb (5)
17VerifyRecommendationsContain(<File> 24VerifyRecommendationsContain(<File> 32VerifyRecommendationsContain(<File> 40VerifyRecommendationsContain(<File> 49VerifyRecommendationsContain(<File>
Recommendations\PreprocessorDirectives\EndRegionDirectiveKeywordRecommenderTests.vb (2)
17VerifyRecommendationsContain(<File> 24VerifyRecommendationsContain(<File>
Recommendations\PreprocessorDirectives\IfDirectiveKeywordRecommenderTests.vb (2)
12VerifyRecommendationsContain(<File>|</File>, "#If") 17VerifyRecommendationsContain(<MethodBody>|</MethodBody>, "#If")
Recommendations\PreprocessorDirectives\ReferenceDirectiveKeywordRecommenderTests.vb (1)
17VerifyRecommendationsContain(<File Script="True">|</File>, "#R")
Recommendations\PreprocessorDirectives\RegionDirectiveKeywordRecommenderTests.vb (2)
12VerifyRecommendationsContain(<File>|</File>, "#Region") 17VerifyRecommendationsContain(<ClassDeclaration>Dim x = Function()
Recommendations\PreprocessorDirectives\WarningDirectiveKeywordRecommenderTests.vb (5)
12VerifyRecommendationsContain(<File>|</File>, "#Enable Warning") 17VerifyRecommendationsContain(<File>|</File>, "#Disable Warning") 42VerifyRecommendationsContain(<ClassDeclaration>Dim x = Function() 49VerifyRecommendationsContain(<File> 56VerifyRecommendationsContain(<File>
Recommendations\Queries\AggregateKeywordRecommenderTests.vb (23)
17VerifyRecommendationsContain(<MethodBody>Return |</MethodBody>, "Aggregate") 22VerifyRecommendationsContain(<MethodBody>Goo(|</MethodBody>, "Aggregate") 27VerifyRecommendationsContain(<MethodBody>Goo(bar, |</MethodBody>, "Aggregate") 32VerifyRecommendationsContain(<MethodBody>Goo(bar + |</MethodBody>, "Aggregate") 37VerifyRecommendationsContain(<MethodBody>Goo(Not |</MethodBody>, "Aggregate") 42VerifyRecommendationsContain(<MethodBody>If TypeOf |</MethodBody>, "Aggregate") 47VerifyRecommendationsContain(<MethodBody>Do While |</MethodBody>, "Aggregate") 52VerifyRecommendationsContain(<MethodBody>Do Until |</MethodBody>, "Aggregate") 57VerifyRecommendationsContain(<MethodBody> 64VerifyRecommendationsContain(<MethodBody> 71VerifyRecommendationsContain(<MethodBody>If |</MethodBody>, "Aggregate") 76VerifyRecommendationsContain(<MethodBody>ElseIf |</MethodBody>, "Aggregate") 81VerifyRecommendationsContain(<MethodBody>Else If |</MethodBody>, "Aggregate") 86VerifyRecommendationsContain(<MethodBody>Error |</MethodBody>, "Aggregate") 91VerifyRecommendationsContain(<MethodBody>Throw |</MethodBody>, "Aggregate") 96VerifyRecommendationsContain(<MethodBody>Dim x = {|</MethodBody>, "Aggregate") 101VerifyRecommendationsContain(<MethodBody>Dim x = {0, |</MethodBody>, "Aggregate") 106VerifyRecommendationsContain( 117VerifyRecommendationsContain( 126VerifyRecommendationsContain(<MethodBody>Dim q2 = From i1 In arr Order By Function() 133VerifyRecommendationsContain(<MethodBody>Dim q2 = From i1 In arr Order By New With {.Key = 10} |</MethodBody>, "Aggregate") 138VerifyRecommendationsContain(<MethodBody>Dim q1 = From i1 In arr Group By i1 Into Count |</MethodBody>, "Aggregate") 143VerifyRecommendationsContain(<MethodBody>Dim q1 = Aggregate i1 In arr From i4 In arr |</MethodBody>, "Aggregate")
Recommendations\Queries\AscendingDescendingKeywordRecommenderTests.vb (5)
22VerifyRecommendationsContain(<MethodBody>Dim x = From y In z Order By y |</MethodBody>, "Ascending", "Descending") 27VerifyRecommendationsContain(<MethodBody>Dim x = From y In z Let w = y Order By y, w |</MethodBody>, "Ascending", "Descending") 37VerifyRecommendationsContain(<MethodBody>Dim x = From y In z Order By From w In z |</MethodBody>, "Ascending", "Descending") 42VerifyRecommendationsContain(<MethodBody>Dim q2 = From i1 In arr Order By Function() 49VerifyRecommendationsContain(<MethodBody>Dim q2 = From i1 In arr Order By New With {.Key = 10} |</MethodBody>, "Ascending", "Descending")
Recommendations\Queries\FromKeywordRecommenderTests.vb (21)
17VerifyRecommendationsContain(<MethodBody>Return |</MethodBody>, "From") 22VerifyRecommendationsContain(<MethodBody>Goo(|</MethodBody>, "From") 27VerifyRecommendationsContain(<MethodBody>Goo(bar, |</MethodBody>, "From") 32VerifyRecommendationsContain(<MethodBody>Goo(bar + |</MethodBody>, "From") 37VerifyRecommendationsContain(<MethodBody>Goo(Not |</MethodBody>, "From") 42VerifyRecommendationsContain(<MethodBody>If TypeOf |</MethodBody>, "From") 47VerifyRecommendationsContain(<MethodBody>Do While |</MethodBody>, "From") 52VerifyRecommendationsContain(<MethodBody>Do Until |</MethodBody>, "From") 57VerifyRecommendationsContain(<MethodBody> 64VerifyRecommendationsContain(<MethodBody> 71VerifyRecommendationsContain(<MethodBody>If |</MethodBody>, "From") 76VerifyRecommendationsContain(<MethodBody>ElseIf |</MethodBody>, "From") 81VerifyRecommendationsContain(<MethodBody>Else If |</MethodBody>, "From") 86VerifyRecommendationsContain(<MethodBody>Error |</MethodBody>, "From") 91VerifyRecommendationsContain(<MethodBody>Throw |</MethodBody>, "From") 96VerifyRecommendationsContain(<MethodBody>Dim x = {|</MethodBody>, "From") 101VerifyRecommendationsContain(<MethodBody>Dim x = {0, |</MethodBody>, "From") 106VerifyRecommendationsContain(<MethodBody>Dim q2 = From i1 In arr Order By Function() 113VerifyRecommendationsContain(<MethodBody>Dim q2 = From i1 In arr Order By New With {.Key = 10} |</MethodBody>, "From") 118VerifyRecommendationsContain(<MethodBody>Dim q1 = From i1 In arr Group By i1 Into Count |</MethodBody>, "From") 123VerifyRecommendationsContain(<MethodBody>Dim q1 = Aggregate i1 In arr From i4 In arr |</MethodBody>, "From")
Recommendations\Queries\GroupKeywordRecommenderTests.vb (9)
17VerifyRecommendationsContain(<MethodBody>Dim x = From y In z |</MethodBody>, "Group") 22VerifyRecommendationsContain(<MethodBody>Dim x = From y In z Group By y Into |</MethodBody>, "Group") 27VerifyRecommendationsContain(<MethodBody>Dim x = From y In z Group By y Into w = |</MethodBody>, "Group") 32VerifyRecommendationsContain(<MethodBody>Dim q2 = From i1 In arr Order By Function() 39VerifyRecommendationsContain(<MethodBody>Dim q2 = From i1 In arr Order By New With {.Key = 10} |</MethodBody>, "Group") 44VerifyRecommendationsContain(<MethodBody>Dim q1 = From i1 In arr Group By i1 Into Count |</MethodBody>, "Group") 49VerifyRecommendationsContain(<MethodBody>Dim q1 = From i1 In arr Group i1 By i1 = i1 Into Count, |</MethodBody>, "Group") 54VerifyRecommendationsContain(<MethodBody>Dim q1 = Aggregate i1 In arr From i4 In arr |</MethodBody>, "Group") 59VerifyRecommendationsContain(<MethodBody>Dim q1 = From i1 In arr Group Join o1 As Byte In arr On i1 Equals o1 Into |</MethodBody>, "Group")
Recommendations\Queries\IntoKeywordRecommenderTests.vb (1)
39VerifyRecommendationsContain(<MethodBody>Dim q1 = Aggregate i1 In arr From i4 In arr |</MethodBody>, "Into")
Recommendations\Queries\JoinKeywordRecommenderTests.vb (6)
17VerifyRecommendationsContain(<MethodBody>Dim x = From y In z |</MethodBody>, "Join") 27VerifyRecommendationsContain(<MethodBody>Dim x = From y In z Join w In z On w.Id Equals y.Id |</MethodBody>, "Join") 32VerifyRecommendationsContain(<MethodBody>Dim q2 = From i1 In arr Order By Function() 39VerifyRecommendationsContain(<MethodBody>Dim q2 = From i1 In arr Order By New With {.Key = 10} |</MethodBody>, "Join") 44VerifyRecommendationsContain(<MethodBody>Dim q1 = From i1 In arr Group By i1 Into Count |</MethodBody>, "Join") 49VerifyRecommendationsContain(<MethodBody>Dim q1 = Aggregate i1 In arr From i4 In arr |</MethodBody>, "Join")
Recommendations\Queries\LetKeywordRecommenderTests.vb (6)
17VerifyRecommendationsContain(<MethodBody>Dim x = From y In z |</MethodBody>, "Let") 22VerifyRecommendationsContain(<MethodBody>Dim q1 = From num In numbers Let n6 As Func(Of Integer) = Function() 5 |</MethodBody>, "Let") 27VerifyRecommendationsContain(<MethodBody>Dim q2 = From i1 In arr Order By Function() 34VerifyRecommendationsContain(<MethodBody>Dim q2 = From i1 In arr Order By New With {.Key = 10} |</MethodBody>, "Let") 39VerifyRecommendationsContain(<MethodBody>Dim q1 = From i1 In arr Group By i1 Into Count |</MethodBody>, "Let") 44VerifyRecommendationsContain(<MethodBody>Dim q1 = Aggregate i1 In arr From i4 In arr |</MethodBody>, "Let")
Recommendations\Queries\OrderByKeywordRecommenderTests.vb (6)
17VerifyRecommendationsContain(<MethodBody>Dim x = From y In z |</MethodBody>, "Order By") 22VerifyRecommendationsContain(<MethodBody>Dim x = From y In New Integer() { 4, 5 } |</MethodBody>, "Order By") 27VerifyRecommendationsContain(<MethodBody>Dim q2 = From i1 In arr Order By Function() 34VerifyRecommendationsContain(<MethodBody>Dim q2 = From i1 In arr Order By New With {.Key = 10} |</MethodBody>, "Order By") 39VerifyRecommendationsContain(<MethodBody>Dim q1 = From i1 In arr Group By i1 Into Count |</MethodBody>, "Order By") 44VerifyRecommendationsContain(<MethodBody>Dim q1 = Aggregate i1 In arr From i4 In arr |</MethodBody>, "Order By")
Recommendations\Queries\SelectKeywordRecommenderTests.vb (5)
12VerifyRecommendationsContain(<MethodBody>Dim x = From y In z |</MethodBody>, "Select") 17VerifyRecommendationsContain(<MethodBody>Dim q2 = From i1 In arr Order By Function() 24VerifyRecommendationsContain(<MethodBody>Dim q2 = From i1 In arr Order By New With {.Key = 10} |</MethodBody>, "Select") 29VerifyRecommendationsContain(<MethodBody>Dim q1 = From i1 In arr Group By i1 Into Count |</MethodBody>, "Select") 34VerifyRecommendationsContain(<MethodBody>Dim q1 = Aggregate i1 In arr From i4 In arr |</MethodBody>, "Select")
Recommendations\Queries\WhereKeywordRecommenderTests.vb (6)
17VerifyRecommendationsContain(<MethodBody>Dim x = From y In z |</MethodBody>, "Where") 22VerifyRecommendationsContain(<MethodBody>Dim q2 = From i1 In arr Order By Function() 29VerifyRecommendationsContain(<MethodBody>Dim q2 = From i1 In arr Order By New With {.Key = 10} |</MethodBody>, "Where") 34VerifyRecommendationsContain(<MethodBody>Dim q1 = From i1 In arr Group By i1 Into Count |</MethodBody>, "Where") 39VerifyRecommendationsContain(<MethodBody>Dim q1 = Aggregate i1 In arr From i4 In arr |</MethodBody>, "Where") 44VerifyRecommendationsContain(
Recommendations\Statements\CallKeywordRecommenderTests.vb (3)
12VerifyRecommendationsContain(<MethodBody>|</MethodBody>, "Call") 17VerifyRecommendationsContain(<MethodBody> 29VerifyRecommendationsContain(<MethodBody>Dim x = Sub() |</MethodBody>, "Call")
Recommendations\Statements\CaseKeywordRecommenderTests.vb (4)
12VerifyRecommendationsContain(<MethodBody>Select |</MethodBody>, "Case") 32VerifyRecommendationsContain(<MethodBody> 40VerifyRecommendationsContain(<MethodBody> 76VerifyRecommendationsContain(<MethodBody>
Recommendations\Statements\CatchKeywordRecommenderTests.vb (2)
17VerifyRecommendationsContain(<MethodBody> 26VerifyRecommendationsContain(<MethodBody>
Recommendations\Statements\ContinueKeywordRecommenderTests.vb (7)
17VerifyRecommendationsContain(<MethodBody> 25VerifyRecommendationsContain(<MethodBody> 33VerifyRecommendationsContain(<MethodBody> 41VerifyRecommendationsContain(<MethodBody> 49VerifyRecommendationsContain(<MethodBody> 57VerifyRecommendationsContain(<MethodBody> 75VerifyRecommendationsContain(<ClassDeclaration>
Recommendations\Statements\DoKeywordRecommenderTests.vb (6)
12VerifyRecommendationsContain(<MethodBody>|</MethodBody>, {"Do", "Do Until", "Do While"}) 17VerifyRecommendationsContain(<MethodBody> 25VerifyRecommendationsContain(<MethodBody> 32VerifyRecommendationsContain(<MethodBody> 40VerifyRecommendationsContain(<MethodBody> 73VerifyRecommendationsContain(<MethodBody>
Recommendations\Statements\EachKeywordRecommenderTests.vb (4)
17VerifyRecommendationsContain(<MethodBody>For |</MethodBody>, "Each") 27VerifyRecommendationsContain(<MethodBody>For i|</MethodBody>, "Each") 39VerifyRecommendationsContain( 46VerifyRecommendationsContain(
Recommendations\Statements\ElseIfKeywordRecommenderTests.vb (3)
17VerifyRecommendationsContain(<MethodBody>If True Then 24VerifyRecommendationsContain(<MethodBody>If True Then 32VerifyRecommendationsContain(<MethodBody>If True Then
Recommendations\Statements\ElseKeywordRecommenderTests.vb (27)
17VerifyRecommendationsContain(<MethodBody>If True Then 24VerifyRecommendationsContain(<MethodBody>If True Then 32VerifyRecommendationsContain(<MethodBody>If True Then 48VerifyRecommendationsContain(<MethodBody>If True Then System.Console.Write("Goo") |</MethodBody>, "Else") 53VerifyRecommendationsContain(<MethodBody>If True Then q = q + 3 |</MethodBody>, "Else") 58VerifyRecommendationsContain(<MethodBody>If True Then Dim q = 3 |</MethodBody>, "Else") 63VerifyRecommendationsContain(<MethodBody>If True Then Stop |</MethodBody>, "Else") 68VerifyRecommendationsContain(<MethodBody>If True Then End |</MethodBody>, "Else") 73VerifyRecommendationsContain(<MethodBody>If True Then ReDim array(1, 1, 1) |</MethodBody>, "Else") 78VerifyRecommendationsContain(<MethodBody>If True Then Erase goo, quux |</MethodBody>, "Else") 83VerifyRecommendationsContain(<MethodBody>If True Then Error 23 |</MethodBody>, "Else") 88VerifyRecommendationsContain(<MethodBody>If True Then Exit Do |</MethodBody>, "Else") 93VerifyRecommendationsContain(<MethodBody>If True Then GoTo goo |</MethodBody>, "Else") 98VerifyRecommendationsContain(<MethodBody>If True Then Resume |</MethodBody>, "Else") 103VerifyRecommendationsContain(<MethodBody>If True Then Resume Next |</MethodBody>, "Else") 108VerifyRecommendationsContain(<MethodBody>If True Then Continue Do |</MethodBody>, "Else") 113VerifyRecommendationsContain(<MethodBody>If True Then Return |</MethodBody>, "Else") 118VerifyRecommendationsContain( 128VerifyRecommendationsContain(<ClassDeclaration>Function Goo as String 134VerifyRecommendationsContain(<MethodBody>Try 141VerifyRecommendationsContain(<MethodBody>Try 148VerifyRecommendationsContain(<MethodBody>If True Then AddHandler Obj.Ev_Event, AddressOf EventHandler |</MethodBody>, "Else") 153VerifyRecommendationsContain(<MethodBody>If True Then RaiseEvent Ev_Event() |</MethodBody>, "Else") 158VerifyRecommendationsContain(<MethodBody>If True Then Console.WriteLine("goo") : Console.WriteLine("bar") |</MethodBody>, "Else") 178VerifyRecommendationsContain( 207VerifyRecommendationsContain( 221VerifyRecommendationsContain(
Recommendations\Statements\EndKeywordRecommenderTests.vb (3)
13VerifyRecommendationsContain(<MethodBody>|</MethodBody>, "End") 18VerifyRecommendationsContain(<MethodBody> 30VerifyRecommendationsContain(<MethodBody>Dim x = Sub() |</MethodBody>, "End")
Recommendations\Statements\ExitKeywordRecommenderTests.vb (18)
12VerifyRecommendationsContain(<ClassDeclaration> 20VerifyRecommendationsContain(<ClassDeclaration> 29VerifyRecommendationsContain(<ClassDeclaration> 41VerifyRecommendationsContain(<ClassDeclaration> 69VerifyRecommendationsContain(<ClassDeclaration> 106VerifyRecommendationsContain(<ClassDeclaration> 144VerifyRecommendationsContain(<ClassDeclaration> 164VerifyRecommendationsContain(<ClassDeclaration> 186VerifyRecommendationsContain(<ClassDeclaration> 205VerifyRecommendationsContain(<ClassDeclaration> 224VerifyRecommendationsContain(<ClassDeclaration> 243VerifyRecommendationsContain(<ClassDeclaration> 262VerifyRecommendationsContain(<ClassDeclaration> 282VerifyRecommendationsContain(<ClassDeclaration> 313VerifyRecommendationsContain(<MethodBody> 322VerifyRecommendationsContain(<ClassDeclaration> 334VerifyRecommendationsContain(<ClassDeclaration> 343VerifyRecommendationsContain(<ClassDeclaration>
Recommendations\Statements\FinallyKeywordRecommenderTests.vb (4)
17VerifyRecommendationsContain(<MethodBody> 25VerifyRecommendationsContain(<MethodBody> 52VerifyRecommendationsContain(<MethodBody> 63VerifyRecommendationsContain(<MethodBody>
Recommendations\Statements\ForKeywordRecommenderTests.vb (6)
12VerifyRecommendationsContain(<MethodBody>|</MethodBody>, "For") 17VerifyRecommendationsContain(<MethodBody> 25VerifyRecommendationsContain(<MethodBody> 32VerifyRecommendationsContain(<MethodBody> 40VerifyRecommendationsContain(<MethodBody> 78VerifyRecommendationsContain(<MethodBody>
Recommendations\Statements\GoToKeywordRecommenderTests.vb (2)
12VerifyRecommendationsContain(<MethodBody>|</MethodBody>, "GoTo") 17VerifyRecommendationsContain(<MethodBody>
Recommendations\Statements\IfKeywordRecommenderTests.vb (7)
12VerifyRecommendationsContain(<MethodBody>|</MethodBody>, "If") 17VerifyRecommendationsContain(<MethodBody> 25VerifyRecommendationsContain(<MethodBody> 31VerifyRecommendationsContain(<MethodBody> 39VerifyRecommendationsContain(<MethodBody> 48VerifyRecommendationsContain(<MethodBody>If True Then Stop Else |</MethodBody>, "If") 53VerifyRecommendationsContain(
Recommendations\Statements\IsKeywordRecommenderTests.vb (6)
12VerifyRecommendationsContain( 34VerifyRecommendationsContain( 44VerifyRecommendationsContain( 54VerifyRecommendationsContain( 75VerifyRecommendationsContain( 86VerifyRecommendationsContain(
Recommendations\Statements\LoopKeywordRecommenderTests.vb (2)
32VerifyRecommendationsContain(<MethodBody> 39VerifyRecommendationsContain(<MethodBody>
Recommendations\Statements\MidKeywordRecommenderTests.vb (3)
20VerifyRecommendationsContain(<MethodBody>|</MethodBody>, "Mid") 25VerifyRecommendationsContain(<MethodBody> 37VerifyRecommendationsContain(<MethodBody>Dim x = Sub() |</MethodBody>, "Mid")
Recommendations\Statements\NextKeywordRecommenderTests.vb (2)
32VerifyRecommendationsContain(<MethodBody> 39VerifyRecommendationsContain(<MethodBody>
Recommendations\Statements\ReturnKeywordRecommenderTests.vb (6)
13VerifyRecommendationsContain(<MethodBody>|</MethodBody>, "Return") 19VerifyRecommendationsContain(<ClassDeclaration> 31VerifyRecommendationsContain(<ClassDeclaration> 42VerifyRecommendationsContain(<ClassDeclaration> 54VerifyRecommendationsContain(<ClassDeclaration> 63VerifyRecommendationsContain(<ClassDeclaration>
Recommendations\Statements\SelectKeywordRecommenderTests.vb (4)
12VerifyRecommendationsContain(<MethodBody>|</MethodBody>, "Select") 17VerifyRecommendationsContain(<ClassDeclaration> 34VerifyRecommendationsContain(<MethodBody>If True Then S|</MethodBody>, "Select") 47VerifyRecommendationsContain(code, "Select")
Recommendations\Statements\StepKeywordRecommenderTests.vb (3)
12VerifyRecommendationsContain(<MethodBody>For i = 1 To 10 |</MethodBody>, "Step") 17VerifyRecommendationsContain( 26VerifyRecommendationsContain(
Recommendations\Statements\StopKeywordRecommenderTests.vb (3)
12VerifyRecommendationsContain(<MethodBody>|</MethodBody>, "Stop") 17VerifyRecommendationsContain(<MethodBody> 29VerifyRecommendationsContain(<MethodBody>Dim x = Sub() |</MethodBody>, "Stop")
Recommendations\Statements\SyncLockKeywordRecommenderTests.vb (2)
12VerifyRecommendationsContain(<MethodBody>|</MethodBody>, "SyncLock") 17VerifyRecommendationsContain(<ClassDeclaration>
Recommendations\Statements\ThenKeywordRecommenderTests.vb (1)
17VerifyRecommendationsContain(<File>#If True |</File>, "Then")
Recommendations\Statements\ThrowKeywordRecommenderTests.vb (3)
12VerifyRecommendationsContain(<MethodBody>|</MethodBody>, "Throw") 17VerifyRecommendationsContain(<ClassDeclaration> 27VerifyRecommendationsContain(<ClassDeclaration>
Recommendations\Statements\ToKeywordRecommenderTests.vb (2)
12VerifyRecommendationsContain(<MethodBody> 20VerifyRecommendationsContain(<MethodBody>For i = 1 |</MethodBody>, "To")
Recommendations\Statements\TryKeywordRecommenderTests.vb (4)
12VerifyRecommendationsContain(<MethodBody>|</MethodBody>, "Try") 17VerifyRecommendationsContain(<ClassDeclaration> 47VerifyRecommendationsContain(code, "Try") 71VerifyRecommendationsContain(code, "Try")
Recommendations\Statements\UntilAndWhileKeywordRecommenderTests.vb (6)
12VerifyRecommendationsContain(<MethodBody>Do |</MethodBody>, "Until") 17VerifyRecommendationsContain(<MethodBody>Do |</MethodBody>, "While") 22VerifyRecommendationsContain(<MethodBody> 29VerifyRecommendationsContain(<MethodBody> 56VerifyRecommendationsContain( 63VerifyRecommendationsContain(
Recommendations\Statements\WhenKeywordRecommenderTests.vb (4)
12VerifyRecommendationsContain(<MethodBody> 20VerifyRecommendationsContain(<MethodBody> 57VerifyRecommendationsContain( 67VerifyRecommendationsContain(
Recommendations\Statements\WhileLoopKeywordRecommenderTests.vb (6)
12VerifyRecommendationsContain(<MethodBody>|</MethodBody>, "While") 17VerifyRecommendationsContain(<MethodBody> 25VerifyRecommendationsContain(<MethodBody> 32VerifyRecommendationsContain(<MethodBody> 40VerifyRecommendationsContain(<MethodBody> 73VerifyRecommendationsContain(<MethodBody>
Recommendations\Statements\WithKeywordRecommenderTests.vb (3)
12VerifyRecommendationsContain(<MethodBody>|</MethodBody>, "With") 17VerifyRecommendationsContain(<MethodBody> 25VerifyRecommendationsContain(<MethodBody>
Recommendations\Statements\YieldKeywordRecommenderTests.vb (2)
12VerifyRecommendationsContain(<MethodBody>|</MethodBody>, "Yield") 24VerifyRecommendationsContain(code, "Yield")
Recommendations\Types\BuiltInTypesKeywordRecommenderTests.vb (1)
45VerifyRecommendationsContain(<MethodBody>Dim goo As |</MethodBody>, _keywordList)