7 references to MakeIsNullOperation
Microsoft.CodeAnalysis (7)
Operations\ControlFlowGraphBuilder.cs (7)
2583condition = MakeIsNullOperation(condition, booleanType); 3303return MakeIsNullOperation(operand, _compilation.GetSpecialType(SpecialType.System_Boolean)); 4916stepValueIsNull = MakeIsNullOperation(GetCaptureReference(stepValueId, operation.StepValue), booleanType); 5146MakeIsNullOperation(limitReference, booleanType), 5147MakeIsNullOperation(PopOperand(), booleanType), 5328MakeIsNullOperation(GetCaptureReference(stepValueId, operation.StepValue), booleanType), 5329MakeIsNullOperation(visitLoopControlVariableReference(forceImplicit: true), // Yes we are going to evaluate it again