1 write to _root
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Syntax\Mocks\MockCSharpSyntaxTree.cs (1)
28_root = (root != null) ? CloneNodeAsRoot(root) : null;
4 references to _root
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (4)
Syntax\Mocks\MockCSharpSyntaxTree.cs (4)
50=> _root ?? throw new NotImplementedException(); 54root = _root; 62=> new MockCSharpSyntaxTree(_root, _sourceText, Options, FilePath); 65=> _root != null;