2 writes to contentNode
System.Xml (2)
System\Xml\Schema\ContentValidator.cs (2)
1009contentNode = node; 1117contentNode = node;
5 references to contentNode
System.Xml (5)
System\Xml\Schema\ContentValidator.cs (5)
1114else if (contentNode != null) { //If there is content to wrap 1116node.LeftChild = contentNode; 1127if (contentNode == null) { 1148contentRoot.LeftChild = contentNode; 1153contentNode.ExpandTree(contentRoot, symbols, positions);