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