1 write to _tree
dotnet-razorsyntaxgenerator (1)
AbstractFileWriter.cs (1)
29_tree = tree;
6 references to _tree
dotnet-razorsyntaxgenerator (6)
AbstractFileWriter.cs (6)
39protected Tree Tree { get { return _tree; } } 368return (_tree.Root.EndsWith("Node", StringComparison.Ordinal)) ? _tree.Root.Substring(0, _tree.Root.Length - 4) : _tree.Root; 373var root = StripNode(_tree.Root);