10 references to IsNull
Microsoft.CodeAnalysis.CSharp (5)
Syntax\CSharpSyntaxRewriter.cs (5)
187if (alternate.IsNull) 196if (!alternate.IsNull) 223if (alternate.IsNull) 232if (!alternate.IsNull && visitedNode != null) 238if (!alternate.IsNull)
Microsoft.CodeAnalysis.VisualBasic (5)
Syntax\VisualBasicSyntaxRewriter.vb (5)
143If alternate.IsNull Then 149If Not alternate.IsNull Then 168If alternate.IsNull Then 174If Not alternate.IsNull AndAlso visitedNode IsNot Nothing Then 179If Not alternate.IsNull Then