7 references to IsNull
Microsoft.CodeAnalysis (7)
CodeGen\SwitchIntegralJumpTableEmitter.SwitchBucket.cs (1)
265&& !constant.IsNull
CodeGen\SwitchStringJumpTableEmitter.cs (2)
175(stringConstant.IsString || stringConstant.IsNull)); 193Debug.Assert(stringConstant.IsNull || stringConstant.IsString);
Operations\ControlFlowGraphBuilder.cs (1)
3315ConstantValue? constantValue = operand.GetConstantValue() is { IsNull: var isNull }
SwitchConstantValueHelper.cs (3)
58if (first.IsNull) 63return second.IsNull ? 0 : -1; 65else if (second.IsNull)