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