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