16 references to IsNull
Microsoft.CodeAnalysis (1)
Syntax\InternalSyntax\SyntaxListPool.cs (1)
90
if (item.
IsNull
)
Microsoft.CodeAnalysis.CSharp (7)
Parser\DirectiveParser.cs (1)
729
if (!skippedTokens.
IsNull
)
Parser\DocumentationCommentParser.cs (3)
399
if (badTokens.
IsNull
)
414
if (!badTokens.
IsNull
&& badTokens.Count > 0)
436
if (!badTokens.
IsNull
)
Parser\LanguageParser.cs (3)
1568
if (!members.
IsNull
)
1573
if (!constraints.
IsNull
)
8381
if (catchClauses.
IsNull
&& finallyClause == null)
Microsoft.CodeAnalysis.VisualBasic (8)
Parser\ParseInterpolatedString.vb (3)
54
If skipped.
IsNull
Then
81
If Not skipped.
IsNull
Then
89
If Not skipped.
IsNull
Then
Parser\Parser.vb (2)
3198
If arrayModifiers.
IsNull
Then
3258
If arrayModifiers.
IsNull
Then
Syntax\InternalSyntax\VisualBasicSyntaxRewriter.vb (3)
30
If item IsNot visited AndAlso alternate.
IsNull
Then
35
If Not alternate.
IsNull
Then
42
If Not alternate.
IsNull
Then