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)
130(node.Kind() == SyntaxKind.CompilationUnit && _syntaxTree.Options.Kind == SourceCodeKind.Regular)); 140bool acceptSimpleProgram = node.Kind() == SyntaxKind.CompilationUnit && _syntaxTree.Options.Kind == SourceCodeKind.Regular; 208var container = _syntaxTree.GetReference(node); 266Debug.Assert(_syntaxTree.Options.Kind != SourceCodeKind.Regular); 326Debug.Assert(parent.Kind() == SyntaxKind.CompilationUnit && _syntaxTree.Options.Kind != SourceCodeKind.Regular); 329var parentReference = _syntaxTree.GetReference(parent); 392if (_syntaxTree.Options.Kind != SourceCodeKind.Regular) 467treeNode: _syntaxTree.GetReference(compilationUnit), 513syntaxReference: _syntaxTree.GetReference(currentNode), 618syntaxReference: _syntaxTree.GetReference(currentNode), 775syntaxReference: _syntaxTree.GetReference(node), 823syntaxReference: _syntaxTree.GetReference(node), 861syntaxReference: _syntaxTree.GetReference(node),