14 references to IsNothing
Microsoft.CodeAnalysis.VisualBasic (14)
Preprocessor\ExpressionEvaluator.vb (14)
572If IsNothing(whenTrue) Then 573If Not IsNothing(whenFalse) AndAlso whenFalse.SpecialType <> SpecialType.System_Object Then 576ElseIf IsNothing(whenFalse) Then 645If IsNothing(value) Then 841If IsNothing(value) Then 857(specialType = SpecialType.System_Object AndAlso Not IsNothing(val)) OrElse 865If IsNothing(val) Then 904If IsNothing(val) Then 958If IsNothing(Left) OrElse IsNothing(Right) Then 959If IsNothing(Left) AndAlso IsNothing(Right) Then 1013If IsNothing(Left) Then 1035ElseIf IsNothing(Right) Then