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