6 references to WRN_RedundantPattern
Microsoft.CodeAnalysis.CSharp (6)
Binder\DecisionDagBuilder_CheckOrReachability.cs (3)
95
/// and that <see cref="ErrorCode.
WRN_RedundantPattern
"/> is enabled at its location.
110
const ErrorCode code = ErrorCode.
WRN_RedundantPattern
;
285
diagnostics.Add(ErrorCode.
WRN_RedundantPattern
, node);
Errors\ErrorFacts.cs (2)
573
case ErrorCode.
WRN_RedundantPattern
:
2550
or ErrorCode.
WRN_RedundantPattern
Generated\ErrorFacts.Generated.cs (1)
348
case ErrorCode.
WRN_RedundantPattern
: