2 writes to _contentNode
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\ContentValidator.cs (2)
1178
_contentNode
= node;
1307
_contentNode
= node;
6 references to _contentNode
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\schema\ContentValidator.cs (6)
1303
else if (
_contentNode
!= null)
1306
node.LeftChild =
_contentNode
;
1319
if (
_contentNode
== null)
1337
_contentNode
.Dump(bb, _symbols, _positions);
1343
contentRoot.LeftChild =
_contentNode
;
1348
_contentNode
.ExpandTree(contentRoot, _symbols, _positions);