1 write to _syntaxTree
Microsoft.CodeAnalysis.CSharp (1)
Declarations\DeclarationTreeBuilder.cs (1)
81_syntaxTree = syntaxTree;
13 references to _syntaxTree
Microsoft.CodeAnalysis.CSharp (13)
Declarations\DeclarationTreeBuilder.cs (13)
131(node.Kind() == SyntaxKind.CompilationUnit && _syntaxTree.Options.Kind == SourceCodeKind.Regular)); 141bool acceptSimpleProgram = node.Kind() == SyntaxKind.CompilationUnit && _syntaxTree.Options.Kind == SourceCodeKind.Regular; 209var container = _syntaxTree.GetReference(node); 267Debug.Assert(_syntaxTree.Options.Kind != SourceCodeKind.Regular); 327Debug.Assert(parent.Kind() == SyntaxKind.CompilationUnit && _syntaxTree.Options.Kind != SourceCodeKind.Regular); 330var parentReference = _syntaxTree.GetReference(parent); 393if (_syntaxTree.Options.Kind != SourceCodeKind.Regular) 468treeNode: _syntaxTree.GetReference(compilationUnit), 514syntaxReference: _syntaxTree.GetReference(currentNode), 619syntaxReference: _syntaxTree.GetReference(currentNode), 782syntaxReference: _syntaxTree.GetReference(node), 830syntaxReference: _syntaxTree.GetReference(node), 868syntaxReference: _syntaxTree.GetReference(node),