1 write to _syntaxTree
Microsoft.CodeAnalysis.VisualBasic (1)
Declarations\DeclarationTreeBuilder.vb (1)
34_syntaxTree = syntaxTree
24 references to _syntaxTree
Microsoft.CodeAnalysis.VisualBasic (24)
Declarations\DeclarationTreeBuilder.vb (24)
116Dim parentReference = _syntaxTree.GetReference(parent) 132Debug.Assert(parent.Kind = SyntaxKind.CompilationUnit AndAlso _syntaxTree.Options.Kind <> SourceCodeKind.Regular) 135Dim parentReference = _syntaxTree.GetReference(parent) 169Dim syntaxRef = _syntaxTree.GetReference(node) 175If _syntaxTree.Options.Kind <> SourceCodeKind.Regular Then 211treeNode:=_syntaxTree.GetReference(node), 226treeNode:=_syntaxTree.GetReference(node), 307Dim syntaxReference = _syntaxTree.GetReference(node) 344syntaxReference:=_syntaxTree.GetReference(dotted), 345nameLocation:=_syntaxTree.GetLocation(dotted.Right.Span), 359syntaxReference:=_syntaxTree.GetReference(name), 360nameLocation:=_syntaxTree.GetLocation(name.Span), 367syntaxReference:=_syntaxTree.GetReference(name), 368nameLocation:=_syntaxTree.GetLocation(name.Span), 375syntaxReference:=_syntaxTree.GetReference(name), 376nameLocation:=_syntaxTree.GetLocation(name.Span), 514syntaxReference:=_syntaxTree.GetReference(typeBlockSyntax), 515nameLocation:=_syntaxTree.GetLocation(typeBlockSyntax.BlockStatement.Identifier.Span), 564syntaxReference:=_syntaxTree.GetReference(enumBlockSyntax), 565nameLocation:=_syntaxTree.GetLocation(enumBlockSyntax.EnumStatement.Identifier.Span), 755syntaxReference:=_syntaxTree.GetReference(node), 756nameLocation:=_syntaxTree.GetLocation(node.Identifier.Span), 781syntaxReference:=_syntaxTree.GetReference(node), 782nameLocation:=_syntaxTree.GetLocation(node.Identifier.Span),