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)
1303else if (_contentNode != null) 1306node.LeftChild = _contentNode; 1319if (_contentNode == null) 1337_contentNode.Dump(bb, _symbols, _positions); 1343contentRoot.LeftChild = _contentNode; 1348_contentNode.ExpandTree(contentRoot, _symbols, _positions);