Recommendations\EventKeywordRecommenderTests.cs (14)
19await VerifyKeywordAsync(SourceCodeKind.Script,
26await VerifyKeywordAsync(SourceCodeKind.Script,
34await VerifyKeywordAsync(SourceCodeKind.Script,
42await VerifyKeywordAsync(SourceCodeKind.Script,
82await VerifyKeywordAsync(SourceCodeKind.Script, @"extern alias Goo;
96await VerifyKeywordAsync(SourceCodeKind.Script, @"using Goo;
110await VerifyKeywordAsync(SourceCodeKind.Script, @"global using Goo;
204await VerifyKeywordAsync(SourceCodeKind.Script, @"[assembly: goo]
218await VerifyKeywordAsync(SourceCodeKind.Script, @"[goo]
279=> await VerifyKeywordAsync(SourceCodeKind.Script, @"internal $$");
295=> await VerifyKeywordAsync(SourceCodeKind.Script, @"public $$");
315await VerifyKeywordAsync(SourceCodeKind.Script,
368=> await VerifyKeywordAsync(SourceCodeKind.Script, @"static $$");
384=> await VerifyKeywordAsync(SourceCodeKind.Script, @"static public $$");
Recommendations\NamespaceKeywordRecommenderTests.cs (16)
62await VerifyKeywordAsync(SourceCodeKind.Regular,
80await VerifyKeywordAsync(SourceCodeKind.Regular,
105await VerifyKeywordAsync(SourceCodeKind.Regular,
124await VerifyKeywordAsync(SourceCodeKind.Regular,
149await VerifyKeywordAsync(SourceCodeKind.Regular,
160await VerifyKeywordAsync(SourceCodeKind.Regular,
168await VerifyKeywordAsync(SourceCodeKind.Regular,
192await VerifyKeywordAsync(SourceCodeKind.Regular,
208await VerifyKeywordAsync(SourceCodeKind.Regular,
224await VerifyKeywordAsync(SourceCodeKind.Regular,
240await VerifyKeywordAsync(SourceCodeKind.Regular,
273await VerifyKeywordAsync(SourceCodeKind.Regular,
296await VerifyKeywordAsync(SourceCodeKind.Regular,
322await VerifyKeywordAsync(SourceCodeKind.Regular,
397await VerifyKeywordAsync(SourceCodeKind.Regular,
430await VerifyKeywordAsync(SourceCodeKind.Regular,
Recommendations\PrivateKeywordRecommenderTests.cs (10)
18await VerifyKeywordAsync(SourceCodeKind.Script,
25await VerifyKeywordAsync(SourceCodeKind.Script,
33await VerifyKeywordAsync(SourceCodeKind.Script,
41await VerifyKeywordAsync(SourceCodeKind.Script,
81await VerifyKeywordAsync(SourceCodeKind.Script, @"extern alias Goo;
95await VerifyKeywordAsync(SourceCodeKind.Script, @"using Goo;
109await VerifyKeywordAsync(SourceCodeKind.Script, @"global using Goo;
209await VerifyKeywordAsync(SourceCodeKind.Script, @"[assembly: goo]
223await VerifyKeywordAsync(SourceCodeKind.Script, @"[goo]
327=> await VerifyKeywordAsync(SourceCodeKind.Script, @"static $$");
Recommendations\StructKeywordRecommenderTests.cs (12)
18await VerifyKeywordAsync(SourceCodeKind.Script,
25await VerifyKeywordAsync(SourceCodeKind.Script,
33await VerifyKeywordAsync(SourceCodeKind.Script,
41await VerifyKeywordAsync(SourceCodeKind.Script,
195await VerifyKeywordAsync(SourceCodeKind.Regular,
202await VerifyKeywordAsync(SourceCodeKind.Regular,
209await VerifyKeywordAsync(SourceCodeKind.Regular,
216await VerifyKeywordAsync(SourceCodeKind.Regular,
223await VerifyKeywordAsync(SourceCodeKind.Regular,
230await VerifyKeywordAsync(SourceCodeKind.Regular,
340await VerifyKeywordAsync(SourceCodeKind.Regular,
361await VerifyKeywordAsync(SourceCodeKind.Regular,
Recommendations\VolatileKeywordRecommenderTests.cs (14)
18await VerifyKeywordAsync(SourceCodeKind.Script,
25await VerifyKeywordAsync(SourceCodeKind.Script,
33await VerifyKeywordAsync(SourceCodeKind.Script,
41await VerifyKeywordAsync(SourceCodeKind.Script,
81await VerifyKeywordAsync(SourceCodeKind.Script, @"extern alias Goo;
95await VerifyKeywordAsync(SourceCodeKind.Script, @"using Goo;
109await VerifyKeywordAsync(SourceCodeKind.Script, @"global using Goo;
203await VerifyKeywordAsync(SourceCodeKind.Script, @"[assembly: goo]
217await VerifyKeywordAsync(SourceCodeKind.Script, @"[goo]
274=> await VerifyKeywordAsync(SourceCodeKind.Script, @"internal $$");
290=> await VerifyKeywordAsync(SourceCodeKind.Script, @"public $$");
310await VerifyKeywordAsync(SourceCodeKind.Script,
355=> await VerifyKeywordAsync(SourceCodeKind.Script, @"static $$");
371=> await VerifyKeywordAsync(SourceCodeKind.Script, @"static public $$");