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