26 references to RegularWithoutRecursivePatterns
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (1)
CodeGen\PatternTests.cs (1)
2538
var compilation = CreateCompilation(source, options: TestOptions.ReleaseExe, parseOptions: TestOptions.
RegularWithoutRecursivePatterns
);
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (1)
Semantics\PatternMatchingTests2.cs (1)
484
CreateCompilation(source, options: TestOptions.DebugExe, parseOptions: TestOptions.
RegularWithoutRecursivePatterns
).VerifyDiagnostics(
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (24)
Parsing\PatternParsingTests.cs (24)
1846
CreateCompilation(testInMethod, parseOptions: TestOptions.
RegularWithoutRecursivePatterns
).VerifyDiagnostics(
1864
UsingStatement(test, TestOptions.
RegularWithoutRecursivePatterns
);
1942
CreateCompilation(testInMethod, parseOptions: TestOptions.
RegularWithoutRecursivePatterns
).VerifyDiagnostics(
1959
UsingStatement(test, TestOptions.
RegularWithoutRecursivePatterns
);
2030
CreateCompilation(testWithStatement, parseOptions: TestOptions.
RegularWithoutRecursivePatterns
).VerifyDiagnostics(
2044
UsingStatement(test, TestOptions.
RegularWithoutRecursivePatterns
);
2154
CreateCompilation(testInMethod, parseOptions: TestOptions.
RegularWithoutRecursivePatterns
).VerifyDiagnostics(
2168
UsingStatement(test, TestOptions.
RegularWithoutRecursivePatterns
,
2213
CreateCompilation(testInMethod, parseOptions: TestOptions.
RegularWithoutRecursivePatterns
).VerifyDiagnostics(
2233
UsingStatement(test, TestOptions.
RegularWithoutRecursivePatterns
,
2282
CreateCompilation(testInMethod, parseOptions: TestOptions.
RegularWithoutRecursivePatterns
).VerifyDiagnostics(
2293
UsingStatement(test, TestOptions.
RegularWithoutRecursivePatterns
);
2373
CreateCompilation(testInMethod, parseOptions: TestOptions.
RegularWithoutRecursivePatterns
).VerifyDiagnostics(
2387
UsingStatement(test, TestOptions.
RegularWithoutRecursivePatterns
,
2450
CreateCompilation(testInMethod, parseOptions: TestOptions.
RegularWithoutRecursivePatterns
).VerifyDiagnostics(
2461
UsingExpression(test, TestOptions.
RegularWithoutRecursivePatterns
);
2481
CreateCompilation(testWithStatement, parseOptions: TestOptions.
RegularWithoutRecursivePatterns
).VerifyDiagnostics(
2498
UsingExpression(test, TestOptions.
RegularWithoutRecursivePatterns
);
2549
CreateCompilation(testWithStatement, parseOptions: TestOptions.
RegularWithoutRecursivePatterns
).VerifyDiagnostics(
2566
UsingExpression(test, TestOptions.
RegularWithoutRecursivePatterns
,
2628
CreateCompilation(testWithStatement, parseOptions: TestOptions.
RegularWithoutRecursivePatterns
).VerifyDiagnostics(
2654
UsingExpression("1 switch { (a, b, c) => d }", TestOptions.
RegularWithoutRecursivePatterns
);
2722
CreateCompilation(testWithStatement, parseOptions: TestOptions.
RegularWithoutRecursivePatterns
).VerifyDiagnostics(
2744
UsingStatement(test, TestOptions.
RegularWithoutRecursivePatterns
,