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