5 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
)