1 write to _syntaxTree
Microsoft.CodeAnalysis.CSharp (1)
Declarations\DeclarationTreeBuilder.cs (1)
34_syntaxTree = syntaxTree;
13 references to _syntaxTree
Microsoft.CodeAnalysis.CSharp (13)
Declarations\DeclarationTreeBuilder.cs (13)
55(node.Kind() == SyntaxKind.CompilationUnit && _syntaxTree.Options.Kind == SourceCodeKind.Regular)); 65bool acceptSimpleProgram = node.Kind() == SyntaxKind.CompilationUnit && _syntaxTree.Options.Kind == SourceCodeKind.Regular; 133var container = _syntaxTree.GetReference(node); 182Debug.Assert(_syntaxTree.Options.Kind != SourceCodeKind.Regular); 242Debug.Assert(parent.Kind() == SyntaxKind.CompilationUnit && _syntaxTree.Options.Kind != SourceCodeKind.Regular); 245var parentReference = _syntaxTree.GetReference(parent); 308if (_syntaxTree.Options.Kind != SourceCodeKind.Regular) 383treeNode: _syntaxTree.GetReference(compilationUnit), 429syntaxReference: _syntaxTree.GetReference(currentNode), 534syntaxReference: _syntaxTree.GetReference(currentNode), 681syntaxReference: _syntaxTree.GetReference(node), 729syntaxReference: _syntaxTree.GetReference(node), 767syntaxReference: _syntaxTree.GetReference(node),