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