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. 110const ErrorCode code = ErrorCode.WRN_RedundantPattern; 285diagnostics.Add(ErrorCode.WRN_RedundantPattern, node);
Errors\ErrorFacts.cs (2)
573case ErrorCode.WRN_RedundantPattern: 2550or ErrorCode.WRN_RedundantPattern
Generated\ErrorFacts.Generated.cs (1)
348case ErrorCode.WRN_RedundantPattern: