5 references to WRN_SwitchExpressionNotExhaustiveForNullWithWhen
Microsoft.CodeAnalysis.CSharp (5)
Errors\ErrorFacts.cs (3)
45nullableWarnings.Add(GetId(ErrorCode.WRN_SwitchExpressionNotExhaustiveForNullWithWhen)); 486case ErrorCode.WRN_SwitchExpressionNotExhaustiveForNullWithWhen: 2083or ErrorCode.WRN_SwitchExpressionNotExhaustiveForNullWithWhen
FlowAnalysis\NullableWalker_Patterns.cs (1)
866ErrorCode warningCode = requiresFalseWhenClause ? ErrorCode.WRN_SwitchExpressionNotExhaustiveForNullWithWhen : ErrorCode.WRN_SwitchExpressionNotExhaustiveForNull;
Generated\ErrorFacts.Generated.cs (1)
255case ErrorCode.WRN_SwitchExpressionNotExhaustiveForNullWithWhen: