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