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.Emit2.UnitTests (1)
Semantics\PatternMatchingTests2.cs (1)
488
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(
2174
UsingStatement(test, TestOptions.
RegularWithoutRecursivePatterns
,
2225
CreateCompilation(testInMethod, parseOptions: TestOptions.
RegularWithoutRecursivePatterns
).VerifyDiagnostics(
2245
UsingStatement(test, TestOptions.
RegularWithoutRecursivePatterns
,
2294
CreateCompilation(testInMethod, parseOptions: TestOptions.
RegularWithoutRecursivePatterns
).VerifyDiagnostics(
2305
UsingStatement(test, TestOptions.
RegularWithoutRecursivePatterns
);
2385
CreateCompilation(testInMethod, parseOptions: TestOptions.
RegularWithoutRecursivePatterns
).VerifyDiagnostics(
2399
UsingStatement(test, TestOptions.
RegularWithoutRecursivePatterns
,
2462
CreateCompilation(testInMethod, parseOptions: TestOptions.
RegularWithoutRecursivePatterns
).VerifyDiagnostics(
2473
UsingExpression(test, TestOptions.
RegularWithoutRecursivePatterns
);
2493
CreateCompilation(testWithStatement, parseOptions: TestOptions.
RegularWithoutRecursivePatterns
).VerifyDiagnostics(
2510
UsingExpression(test, TestOptions.
RegularWithoutRecursivePatterns
);
2561
CreateCompilation(testWithStatement, parseOptions: TestOptions.
RegularWithoutRecursivePatterns
).VerifyDiagnostics(
2578
UsingExpression(test, TestOptions.
RegularWithoutRecursivePatterns
,
2640
CreateCompilation(testWithStatement, parseOptions: TestOptions.
RegularWithoutRecursivePatterns
).VerifyDiagnostics(
2666
UsingExpression("1 switch { (a, b, c) => d }", TestOptions.
RegularWithoutRecursivePatterns
);
2734
CreateCompilation(testWithStatement, parseOptions: TestOptions.
RegularWithoutRecursivePatterns
).VerifyDiagnostics(
2765
UsingStatement(test, TestOptions.
RegularWithoutRecursivePatterns
,