7 references to Root
dotnet-razorsyntaxgenerator (7)
AbstractFileWriter.cs (6)
33_parentMap.Add(tree.Root, null); 368return (_tree.Root.EndsWith("Node", StringComparison.Ordinal)) ? _tree.Root.Substring(0, _tree.Root.Length - 4) : _tree.Root; 373var root = StripNode(_tree.Root);
SignatureWriter.cs (1)
24_typeMap.Add(tree.Root, null);