3 references to IsNull
Microsoft.CodeAnalysis.CSharp (3)
Parser\Directives.cs (1)
360if (IsNull)
Syntax\CSharpSyntaxTree.cs (2)
161if (_lazyDirectives.IsNull) 166Debug.Assert(!_lazyDirectives.IsNull);