7 references to MakeIsNullOperation
Microsoft.CodeAnalysis (7)
Operations\ControlFlowGraphBuilder.cs (7)
2572condition = MakeIsNullOperation(condition, booleanType);
3292return MakeIsNullOperation(operand, _compilation.GetSpecialType(SpecialType.System_Boolean));
4825stepValueIsNull = MakeIsNullOperation(GetCaptureReference(stepValueId, operation.StepValue), booleanType);
5055MakeIsNullOperation(limitReference, booleanType),
5056MakeIsNullOperation(PopOperand(), booleanType),
5237MakeIsNullOperation(GetCaptureReference(stepValueId, operation.StepValue), booleanType),
5238MakeIsNullOperation(visitLoopControlVariableReference(forceImplicit: true), // Yes we are going to evaluate it again