7 references to WRN_NubExprIsConstBool
Microsoft.CodeAnalysis.CSharp (7)
Errors\ErrorFacts.cs (2)
310
case ErrorCode.
WRN_NubExprIsConstBool
:
928
or ErrorCode.
WRN_NubExprIsConstBool
Generated\ErrorFacts.Generated.cs (1)
43
case ErrorCode.
WRN_NubExprIsConstBool
:
Lowering\DiagnosticsPass_Warnings.cs (4)
769
Error(ErrorCode.
WRN_NubExprIsConstBool
, node, always, node.Left.Type.GetNullableUnderlyingType(), node.Left.Type);
773
Error(ErrorCode.
WRN_NubExprIsConstBool
, node, always, node.Right.Type.GetNullableUnderlyingType(), node.Right.Type);
817
Error(node.OperatorKind.IsUserDefined() ? ErrorCode.WRN_NubExprIsConstBool2 : ErrorCode.
WRN_NubExprIsConstBool
, node, always, node.Left.Type.GetNullableUnderlyingType(), GetTypeForLiftedComparisonWarning(node.Right));
821
Error(node.OperatorKind.IsUserDefined() ? ErrorCode.WRN_NubExprIsConstBool2 : ErrorCode.
WRN_NubExprIsConstBool
, node, always, node.Right.Type.GetNullableUnderlyingType(), GetTypeForLiftedComparisonWarning(node.Left));