7 references to MakeIsNullOperation
Microsoft.CodeAnalysis (7)
Operations\ControlFlowGraphBuilder.cs (7)
2599condition = MakeIsNullOperation(condition, booleanType); 3319return MakeIsNullOperation(operand, _compilation.GetSpecialType(SpecialType.System_Boolean)); 4933stepValueIsNull = MakeIsNullOperation(GetCaptureReference(stepValueId, operation.StepValue), booleanType); 5163MakeIsNullOperation(limitReference, booleanType), 5164MakeIsNullOperation(PopOperand(), booleanType), 5345MakeIsNullOperation(GetCaptureReference(stepValueId, operation.StepValue), booleanType), 5346MakeIsNullOperation(visitLoopControlVariableReference(forceImplicit: true), // Yes we are going to evaluate it again