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\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><AttributeApplication> |</File>, "Class")
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\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\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\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><Extension> |</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\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><AttributeApplication> |</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\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><Extension> |</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.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\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\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\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><AttributeApplication> |</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><Extension> |</ClassDeclaration>, "Sub")
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\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\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\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\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\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(