4 references to IsBad
Microsoft.CodeAnalysis (4)
EnumConstantHelper.cs (1)
22
Debug.Assert(!constantValue.
IsBad
);
Operations\ControlFlowGraphBuilder.cs (2)
4914
else if (!(operation.StepValue.GetConstantValue() is {
IsBad
: false }) &&
5087
else if (operation.StepValue.GetConstantValue() is {
IsBad
: false } value)
Operations\Operation.cs (1)
98
if (OperationConstantValue == null || OperationConstantValue.
IsBad
)