7 references to Tree
IOperationGenerator (7)
IOperationClassWriter.cs (3)
27
private readonly
Tree
_tree;
30
private IOperationClassWriter(
Tree
tree, string location)
39
public static bool Write(
Tree
tree, string location)
IOperationClassWriter.Verifier.cs (1)
12
private bool ModelHasErrors(
Tree
tree)
Program.cs (3)
23
Tree
? tree;
24
var serializer = new XmlSerializer(typeof(
Tree
));
27
tree = (
Tree
?)serializer.Deserialize(reader);