3 overrides of ExpandTree
System.Private.Xml (3)
5 references to ExpandTree
System.Private.Xml (5)
System\Xml\Schema\ContentValidator.cs (5)
450this_._leftChild!.ExpandTree(this_, symbols, positions);
453this_._rightChild?.ExpandTree(this_, symbols, positions);
465_leftChild!.ExpandTree(this, symbols, positions);
466_rightChild?.ExpandTree(this, symbols, positions);
1255_contentNode.ExpandTree(contentRoot, _symbols, _positions);