1 write to _lazyRoot
Microsoft.CodeAnalysis.VisualBasic (1)
Syntax\VisualBasicSyntaxTree.LazySyntaxTree.vb (1)
78Interlocked.CompareExchange(_lazyRoot, root, Nothing)
4 references to _lazyRoot
Microsoft.CodeAnalysis.VisualBasic (4)
Syntax\VisualBasicSyntaxTree.LazySyntaxTree.vb (4)
73If _lazyRoot Is Nothing Then 81Return _lazyRoot 85root = _lazyRoot 115If _lazyRoot Is root AndAlso _options Is options Then