1 write to _hasCompilationUnitRoot
Microsoft.CodeAnalysis.CSharp (1)
Syntax\CSharpSyntaxTree.ParsedSyntaxTree.cs (1)
53_hasCompilationUnitRoot = root.Kind() == SyntaxKind.CompilationUnit;
1 reference to _hasCompilationUnitRoot
Microsoft.CodeAnalysis.CSharp (1)
Syntax\CSharpSyntaxTree.ParsedSyntaxTree.cs (1)
103return _hasCompilationUnitRoot;