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)
1224
else if (
_contentNode
!= null)
1227
node.LeftChild =
_contentNode
;
1235
if (
_contentNode
== null)
1250
contentRoot.LeftChild =
_contentNode
;
1255
_contentNode
.ExpandTree(contentRoot, _symbols, _positions);