1 write to _lazyRoot
Microsoft.CodeAnalysis.CSharp (1)
Syntax\CSharpSyntaxTree.LazySyntaxTree.cs (1)
73Interlocked.CompareExchange(ref _lazyRoot, root, null);
4 references to _lazyRoot
Microsoft.CodeAnalysis.CSharp (4)
Syntax\CSharpSyntaxTree.LazySyntaxTree.cs (4)
67if (_lazyRoot == null) 76return _lazyRoot; 81root = _lazyRoot; 111if (ReferenceEquals(_lazyRoot, root) && ReferenceEquals(_options, options))