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