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)
132(node.Kind() == SyntaxKind.CompilationUnit && _syntaxTree.Options.Kind == SourceCodeKind.Regular)); 142bool acceptSimpleProgram = node.Kind() == SyntaxKind.CompilationUnit && _syntaxTree.Options.Kind == SourceCodeKind.Regular; 210var container = _syntaxTree.GetReference(node); 268Debug.Assert(_syntaxTree.Options.Kind != SourceCodeKind.Regular); 328Debug.Assert(parent.Kind() == SyntaxKind.CompilationUnit && _syntaxTree.Options.Kind != SourceCodeKind.Regular); 331var parentReference = _syntaxTree.GetReference(parent); 394if (_syntaxTree.Options.Kind != SourceCodeKind.Regular) 469treeNode: _syntaxTree.GetReference(compilationUnit), 515syntaxReference: _syntaxTree.GetReference(currentNode), 620syntaxReference: _syntaxTree.GetReference(currentNode), 803syntaxReference: _syntaxTree.GetReference(node), 851syntaxReference: _syntaxTree.GetReference(node), 889syntaxReference: _syntaxTree.GetReference(node),