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