1 write to _tree
Microsoft.CodeAnalysis.VisualBasic (1)
Compilation\DocumentationComments\DocumentationCommentCompiler.Includes.vb (1)
61Me._tree = If(sourceIncludeElementNodes Is Nothing OrElse
4 references to _tree
Microsoft.CodeAnalysis.VisualBasic (4)
Compilation\DocumentationComments\DocumentationCommentCompiler.Includes.vb (4)
211Return Me._tree.ReportDocumentationCommentDiagnostics 217Return Me._tree.ReportDocumentationCommentDiagnostics AndAlso Me._onlyDiagnosticsFromTree Is Nothing 235Debug.Assert(Me._tree IsNot Nothing) 236result = CreateDocumentationCommentBinderForSymbol(Me.Module, Me._symbol, Me._tree, type)