Recommendations\EventKeywordRecommenderTests.cs (14)
19await VerifyKeywordAsync(SourceCodeKind.Script,
26await VerifyKeywordAsync(SourceCodeKind.Script,
36await VerifyKeywordAsync(SourceCodeKind.Script,
46await VerifyKeywordAsync(SourceCodeKind.Script,
90await VerifyKeywordAsync(SourceCodeKind.Script, """
108await VerifyKeywordAsync(SourceCodeKind.Script, """
126await VerifyKeywordAsync(SourceCodeKind.Script, """
244await VerifyKeywordAsync(SourceCodeKind.Script, """
262await VerifyKeywordAsync(SourceCodeKind.Script, """
335=> await VerifyKeywordAsync(SourceCodeKind.Script, @"internal $$");
353=> await VerifyKeywordAsync(SourceCodeKind.Script, @"public $$");
375await VerifyKeywordAsync(SourceCodeKind.Script,
436=> await VerifyKeywordAsync(SourceCodeKind.Script, @"static $$");
454=> await VerifyKeywordAsync(SourceCodeKind.Script, @"static public $$");
Recommendations\NamespaceKeywordRecommenderTests.cs (16)
68await VerifyKeywordAsync(SourceCodeKind.Regular,
86await VerifyKeywordAsync(SourceCodeKind.Regular,
117await VerifyKeywordAsync(SourceCodeKind.Regular,
140await VerifyKeywordAsync(SourceCodeKind.Regular,
171await VerifyKeywordAsync(SourceCodeKind.Regular,
184await VerifyKeywordAsync(SourceCodeKind.Regular,
194await VerifyKeywordAsync(SourceCodeKind.Regular,
224await VerifyKeywordAsync(SourceCodeKind.Regular,
244await VerifyKeywordAsync(SourceCodeKind.Regular,
264await VerifyKeywordAsync(SourceCodeKind.Regular,
284await VerifyKeywordAsync(SourceCodeKind.Regular,
325await VerifyKeywordAsync(SourceCodeKind.Regular,
354await VerifyKeywordAsync(SourceCodeKind.Regular,
386await VerifyKeywordAsync(SourceCodeKind.Regular,
479await VerifyKeywordAsync(SourceCodeKind.Regular,
520await VerifyKeywordAsync(SourceCodeKind.Regular,
Recommendations\PrivateKeywordRecommenderTests.cs (10)
17await VerifyKeywordAsync(SourceCodeKind.Script,
24await VerifyKeywordAsync(SourceCodeKind.Script,
34await VerifyKeywordAsync(SourceCodeKind.Script,
44await VerifyKeywordAsync(SourceCodeKind.Script,
88await VerifyKeywordAsync(SourceCodeKind.Script, """
106await VerifyKeywordAsync(SourceCodeKind.Script, """
124await VerifyKeywordAsync(SourceCodeKind.Script, """
250await VerifyKeywordAsync(SourceCodeKind.Script, """
268await VerifyKeywordAsync(SourceCodeKind.Script, """
386=> await VerifyKeywordAsync(SourceCodeKind.Script, @"static $$");
Recommendations\StructKeywordRecommenderTests.cs (12)
18await VerifyKeywordAsync(SourceCodeKind.Script,
25await VerifyKeywordAsync(SourceCodeKind.Script,
35await VerifyKeywordAsync(SourceCodeKind.Script,
45await VerifyKeywordAsync(SourceCodeKind.Script,
229await VerifyKeywordAsync(SourceCodeKind.Regular,
236await VerifyKeywordAsync(SourceCodeKind.Regular,
243await VerifyKeywordAsync(SourceCodeKind.Regular,
250await VerifyKeywordAsync(SourceCodeKind.Regular,
257await VerifyKeywordAsync(SourceCodeKind.Regular,
264await VerifyKeywordAsync(SourceCodeKind.Regular,
390await VerifyKeywordAsync(SourceCodeKind.Regular,
411await VerifyKeywordAsync(SourceCodeKind.Regular,
Recommendations\VolatileKeywordRecommenderTests.cs (14)
17await VerifyKeywordAsync(SourceCodeKind.Script,
24await VerifyKeywordAsync(SourceCodeKind.Script,
34await VerifyKeywordAsync(SourceCodeKind.Script,
44await VerifyKeywordAsync(SourceCodeKind.Script,
88await VerifyKeywordAsync(SourceCodeKind.Script, """
106await VerifyKeywordAsync(SourceCodeKind.Script, """
124await VerifyKeywordAsync(SourceCodeKind.Script, """
242await VerifyKeywordAsync(SourceCodeKind.Script, """
260await VerifyKeywordAsync(SourceCodeKind.Script, """
329=> await VerifyKeywordAsync(SourceCodeKind.Script, @"internal $$");
347=> await VerifyKeywordAsync(SourceCodeKind.Script, @"public $$");
369await VerifyKeywordAsync(SourceCodeKind.Script,
420=> await VerifyKeywordAsync(SourceCodeKind.Script, @"static $$");
438=> await VerifyKeywordAsync(SourceCodeKind.Script, @"static public $$");