50 references to Regular
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (46)
Classification\SemanticClassifierTests.cs (3)
1273
Options.
Regular
,
1491
ParseOptions(Options.
Regular
),
1998
ParseOptions(Options.
Regular
),
Classification\SyntacticClassifierTests.cs (1)
1405
await TestAsync(code, code, testHost, Options.
Regular
, expected);
Classification\TotalClassifierTests.cs (2)
65
ParseOptions(Options.
Regular
),
956
ParseOptions(Options.
Regular
),
CodeActions\AddUsing\AddUsingTests.cs (1)
482
new TestParameters(parseOptions: Options.
Regular
));
CodeActions\GenerateType\GenerateTypeTests.cs (2)
204
parameters: new TestParameters(Options.
Regular
));
1018
parameters: new TestParameters(Options.
Regular
));
LineSeparators\LineSeparatorTests.cs (1)
479
=> AssertTagsOnBracesOrSemicolonsTokensAsync(@"C operator +(C lhs, C rhs) {", [], Options.
Regular
);
QuickInfo\SemanticQuickInfoSourceTests.cs (36)
159
await TestWithOptionsAsync(Options.
Regular
, markup, expectedResults);
1286
Options.
Regular
.WithLanguageVersion(LanguageVersion.Preview),
1300
Options.
Regular
.WithLanguageVersion(LanguageVersion.Preview),
1314
Options.
Regular
.WithLanguageVersion(LanguageVersion.Preview),
1328
Options.
Regular
.WithLanguageVersion(LanguageVersion.Preview),
1342
Options.
Regular
.WithLanguageVersion(LanguageVersion.Preview),
1356
Options.
Regular
.WithLanguageVersion(LanguageVersion.Preview),
2854
Options.
Regular
.WithLanguageVersion(LanguageVersion.CSharp8),
2875
Options.
Regular
.WithLanguageVersion(LanguageVersion.CSharp8),
3455
=> TestWithOptionsAsync(Options.
Regular
,
3484
=> TestWithOptionsAsync(Options.
Regular
,
3516
=> TestWithOptionsAsync(Options.
Regular
,
3842
Options.
Regular
,
8134
Options.
Regular
.WithLanguageVersion(LanguageVersion.CSharp9),
8147
Options.
Regular
.WithLanguageVersion(LanguageVersion.CSharp9),
8254
Options.
Regular
.WithLanguageVersion(LanguageVersion.CSharp9),
8267
Options.
Regular
.WithLanguageVersion(LanguageVersion.CSharp9),
8280
Options.
Regular
.WithLanguageVersion(LanguageVersion.CSharp9),
8293
Options.
Regular
.WithLanguageVersion(LanguageVersion.CSharp9),
8310
Options.
Regular
.WithLanguageVersion(LanguageVersion.Preview),
8674
Options.
Regular
.WithLanguageVersion(LanguageVersion.CSharp9),
8686
Options.
Regular
.WithLanguageVersion(LanguageVersion.CSharp9),
8699
Options.
Regular
.WithLanguageVersion(LanguageVersion.CSharp9),
9152
Options.
Regular
, """
9180
=> TestWithOptionsAsync(Options.
Regular
.WithLanguageVersion(LanguageVersion.CSharp11), """
9193
=> TestWithOptionsAsync(Options.
Regular
.WithLanguageVersion(LanguageVersion.CSharp11), """
9205
=> TestWithOptionsAsync(Options.
Regular
.WithLanguageVersion(LanguageVersion.CSharp11), """
10110
Options.
Regular
,
10122
Options.
Regular
,
10138
Options.
Regular
,
10160
Options.
Regular
,
10182
Options.
Regular
,
10204
Options.
Regular
,
10226
Options.
Regular
,
10248
Options.
Regular
,
10487
Options.
Regular
,
Microsoft.CodeAnalysis.CSharp.EditorFeatures2.UnitTests (2)
Recommendations\FromKeywordRecommenderTests.cs (1)
205
""", options: Options.
Regular
.WithFeatures(experimentalFeatures), scriptOptions: Options.Script.WithFeatures(experimentalFeatures));
Recommendations\IsKeywordRecommenderTests.cs (1)
115
@"M(out var $$"), options: Options.
Regular
.WithFeatures(experimentalFeatures), scriptOptions: Options.Script.WithFeatures(experimentalFeatures));
Microsoft.CodeAnalysis.CSharp.Features.UnitTests (2)
Diagnostics\Configuration\ConfigureSeverity\VarForBuiltInTypesSeverityConfigurationTests.cs (1)
24
protected override ParseOptions GetScriptOptions() => Options.
Regular
;
GenerateVariable\GenerateVariableTests.cs (1)
9916
=> TestMissingAsync("[|Console|].WriteLine();", new TestParameters(Options.
Regular
));