7 references to MakeIsNullOperation
Microsoft.CodeAnalysis (7)
Operations\ControlFlowGraphBuilder.cs (7)
2589condition = MakeIsNullOperation(condition, booleanType);
3309return MakeIsNullOperation(operand, _compilation.GetSpecialType(SpecialType.System_Boolean));
4922stepValueIsNull = MakeIsNullOperation(GetCaptureReference(stepValueId, operation.StepValue), booleanType);
5152MakeIsNullOperation(limitReference, booleanType),
5153MakeIsNullOperation(PopOperand(), booleanType),
5334MakeIsNullOperation(GetCaptureReference(stepValueId, operation.StepValue), booleanType),
5335MakeIsNullOperation(visitLoopControlVariableReference(forceImplicit: true), // Yes we are going to evaluate it again