7 references to WRN_NubExprIsConstBool
Microsoft.CodeAnalysis.CSharp (7)
Errors\ErrorFacts.cs (2)
302
case ErrorCode.
WRN_NubExprIsConstBool
:
908
or ErrorCode.
WRN_NubExprIsConstBool
Generated\ErrorFacts.Generated.cs (1)
43
case ErrorCode.
WRN_NubExprIsConstBool
:
Lowering\DiagnosticsPass_Warnings.cs (4)
770
Error(ErrorCode.
WRN_NubExprIsConstBool
, node, always, node.Left.Type.GetNullableUnderlyingType(), node.Left.Type);
774
Error(ErrorCode.
WRN_NubExprIsConstBool
, node, always, node.Right.Type.GetNullableUnderlyingType(), node.Right.Type);
818
Error(node.OperatorKind.IsUserDefined() ? ErrorCode.WRN_NubExprIsConstBool2 : ErrorCode.
WRN_NubExprIsConstBool
, node, always, node.Left.Type.GetNullableUnderlyingType(), GetTypeForLiftedComparisonWarning(node.Right));
822
Error(node.OperatorKind.IsUserDefined() ? ErrorCode.WRN_NubExprIsConstBool2 : ErrorCode.
WRN_NubExprIsConstBool
, node, always, node.Right.Type.GetNullableUnderlyingType(), GetTypeForLiftedComparisonWarning(node.Left));