2 writes to _lazyText
Microsoft.CodeAnalysis.VisualBasic.Workspaces (2)
Workspace\LanguageServices\VisualBasicSyntaxTreeFactoryService.ParsedSyntaxTree.vb (2)
28_lazyText = lazyText 39Interlocked.CompareExchange(_lazyText, GetRoot(cancellationToken).GetText(Encoding, _checksumAlgorithm), Nothing)
5 references to _lazyText
Microsoft.CodeAnalysis.VisualBasic.Workspaces (5)
Workspace\LanguageServices\VisualBasicSyntaxTreeFactoryService.ParsedSyntaxTree.vb (5)
38If _lazyText Is Nothing Then 42Return _lazyText 46text = _lazyText 74New ParsedSyntaxTree(If(ReferenceEquals(root, _root), _lazyText, Nothing), DirectCast(root, VisualBasicSyntaxNode), DirectCast(options, VisualBasicParseOptions), FilePath, Encoding, _checksumAlgorithm)) 80New ParsedSyntaxTree(_lazyText, _root, Options, path, Encoding, _checksumAlgorithm))