2 writes to _lazyText
Microsoft.CodeAnalysis.VisualBasic.Workspaces (2)
Workspace\LanguageServices\VisualBasicSyntaxTreeFactoryService.ParsedSyntaxTree.vb (2)
34
_lazyText
= lazyText
44
Interlocked.CompareExchange(
_lazyText
, GetRoot(cancellationToken).GetText(Encoding, _checksumAlgorithm), Nothing)
5 references to _lazyText
Microsoft.CodeAnalysis.VisualBasic.Workspaces (5)
Workspace\LanguageServices\VisualBasicSyntaxTreeFactoryService.ParsedSyntaxTree.vb (5)
43
If
_lazyText
Is Nothing Then
47
Return
_lazyText
51
text =
_lazyText
80
If(ReferenceEquals(root, _root),
_lazyText
, Nothing),
91
New ParsedSyntaxTree(
_lazyText
, _root, Options, path, Encoding, _checksumAlgorithm))