2 writes to _contentNode
System.Private.Xml (2)
System\Xml\Schema\ContentValidator.cs (2)
1099_contentNode = node; 1228_contentNode = node;
5 references to _contentNode
System.Private.Xml (5)
System\Xml\Schema\ContentValidator.cs (5)
1224else if (_contentNode != null) 1227node.LeftChild = _contentNode; 1235if (_contentNode == null) 1250contentRoot.LeftChild = _contentNode; 1255_contentNode.ExpandTree(contentRoot, _symbols, _positions);