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