void AddRawViewNode(AbstractNode contentRoot, ObjectGraphNode thisNode) { var rawViewNode = new RawViewNode(); contentRoot.AddChild(rawViewNode); LoadNodeObjectContent(rawViewNode, thisNode.Expression, thisNode.PermanentReference.Type); }