2 writes to _lazyText
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
Workspace\LanguageServices\CSharpSyntaxTreeFactoryService.ParsedSyntaxTree.cs (2)
36_lazyText = lazyText; 49Interlocked.CompareExchange(ref _lazyText, GetRoot(cancellationToken).GetText(Encoding, _checksumAlgorithm), null);
5 references to _lazyText
Microsoft.CodeAnalysis.CSharp.Workspaces (5)
Workspace\LanguageServices\CSharpSyntaxTreeFactoryService.ParsedSyntaxTree.cs (5)
47if (_lazyText == null) 52return _lazyText; 57text = _lazyText; 80root == _root ? _lazyText : null, 90: new ParsedSyntaxTree(_lazyText, _root, Options, path, Encoding, _checksumAlgorithm);