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