43 references to ERR_DefaultPattern
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Patterns.cs (1)
476diagnostics.Add(ErrorCode.ERR_DefaultPattern, e.Location);
Errors\ErrorFacts.cs (1)
1866case ErrorCode.ERR_DefaultPattern:
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (27)
Semantics\PatternMatchingTests.cs (9)
6549Diagnostic(ErrorCode.ERR_DefaultPattern, "default").WithLocation(6, 18), 6552Diagnostic(ErrorCode.ERR_DefaultPattern, "default").WithLocation(7, 19), 6555Diagnostic(ErrorCode.ERR_DefaultPattern, "default").WithLocation(8, 21), 6558Diagnostic(ErrorCode.ERR_DefaultPattern, "default").WithLocation(9, 27), 6561Diagnostic(ErrorCode.ERR_DefaultPattern, "default").WithLocation(10, 28), 6564Diagnostic(ErrorCode.ERR_DefaultPattern, "default").WithLocation(11, 27), 6567Diagnostic(ErrorCode.ERR_DefaultPattern, "default").WithLocation(12, 28) 8697Diagnostic(ErrorCode.ERR_DefaultPattern, "default").WithLocation(6, 58)); 10297Diagnostic(ErrorCode.ERR_DefaultPattern, "default").WithLocation(6, 50));
Semantics\PatternMatchingTests2.cs (17)
373Diagnostic(ErrorCode.ERR_DefaultPattern, "default").WithLocation(6, 18), 376Diagnostic(ErrorCode.ERR_DefaultPattern, "default").WithLocation(7, 19), 379Diagnostic(ErrorCode.ERR_DefaultPattern, "default").WithLocation(8, 27), 382Diagnostic(ErrorCode.ERR_DefaultPattern, "default").WithLocation(9, 27), 385Diagnostic(ErrorCode.ERR_DefaultPattern, "default").WithLocation(10, 36), 388Diagnostic(ErrorCode.ERR_DefaultPattern, "default").WithLocation(12, 20), 391Diagnostic(ErrorCode.ERR_DefaultPattern, "default").WithLocation(13, 29), 394Diagnostic(ErrorCode.ERR_DefaultPattern, "default").WithLocation(14, 22), 397Diagnostic(ErrorCode.ERR_DefaultPattern, "default").WithLocation(15, 31), 403Diagnostic(ErrorCode.ERR_DefaultPattern, "default").WithLocation(17, 18), 409Diagnostic(ErrorCode.ERR_DefaultPattern, "default").WithLocation(18, 19), 415Diagnostic(ErrorCode.ERR_DefaultPattern, "default").WithLocation(19, 22), 424Diagnostic(ErrorCode.ERR_DefaultPattern, "default").WithLocation(20, 18), 433Diagnostic(ErrorCode.ERR_DefaultPattern, "default").WithLocation(21, 19), 445Diagnostic(ErrorCode.ERR_DefaultPattern, "default").WithLocation(22, 22), 448Diagnostic(ErrorCode.ERR_DefaultPattern, "default").WithLocation(25, 19), 466Diagnostic(ErrorCode.ERR_DefaultPattern, "default").WithLocation(26, 20),
Semantics\PatternMatchingTests4.cs (1)
38Diagnostic(ErrorCode.ERR_DefaultPattern, "default").WithLocation(8, 18));
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (12)
Semantics\NullableReferenceTypesTests.cs (2)
84589Diagnostic(ErrorCode.ERR_DefaultPattern, "default").WithLocation(10, 27)); 115771Diagnostic(ErrorCode.ERR_DefaultPattern, "default").WithLocation(6, 19),
Semantics\SwitchTests.cs (1)
368Diagnostic(ErrorCode.ERR_DefaultPattern, "default").WithLocation(11, 19),
Semantics\TargetTypedDefaultTests.cs (9)
2939Diagnostic(ErrorCode.ERR_DefaultPattern, "default").WithLocation(8, 41), 2966Diagnostic(ErrorCode.ERR_DefaultPattern, "default").WithLocation(10, 42), 2969Diagnostic(ErrorCode.ERR_DefaultPattern, "default").WithLocation(10, 66), 2972Diagnostic(ErrorCode.ERR_DefaultPattern, "default").WithLocation(10, 83), 2975Diagnostic(ErrorCode.ERR_DefaultPattern, "default").WithLocation(10, 101) 3133Diagnostic(ErrorCode.ERR_DefaultPattern, "default").WithLocation(12, 18) 3165Diagnostic(ErrorCode.ERR_DefaultPattern, "default").WithLocation(12, 18) 3197Diagnostic(ErrorCode.ERR_DefaultPattern, "default").WithLocation(12, 19) 3229Diagnostic(ErrorCode.ERR_DefaultPattern, "default").WithLocation(12, 19)
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (2)
Parsing\SwitchExpressionParsingTests.cs (2)
855Diagnostic(ErrorCode.ERR_DefaultPattern, "default").WithLocation(4, 5)); 939Diagnostic(ErrorCode.ERR_DefaultPattern, "default").WithLocation(4, 5),