7 references to MakeIsNullOperation
Microsoft.CodeAnalysis (7)
Operations\ControlFlowGraphBuilder.cs (7)
2591condition = MakeIsNullOperation(condition, booleanType); 3311return MakeIsNullOperation(operand, _compilation.GetSpecialType(SpecialType.System_Boolean)); 4924stepValueIsNull = MakeIsNullOperation(GetCaptureReference(stepValueId, operation.StepValue), booleanType); 5154MakeIsNullOperation(limitReference, booleanType), 5155MakeIsNullOperation(PopOperand(), booleanType), 5336MakeIsNullOperation(GetCaptureReference(stepValueId, operation.StepValue), booleanType), 5337MakeIsNullOperation(visitLoopControlVariableReference(forceImplicit: true), // Yes we are going to evaluate it again