3 overrides of ExpandTree
System.Xml (3)
System\Xml\Schema\ContentValidator.cs (3)
289public override void ExpandTree(InteriorNode parent, SymbolsDictionary symbols, Positions positions) { 334public override void ExpandTree(InteriorNode parent, SymbolsDictionary symbols, Positions positions) { 427public override void ExpandTree(InteriorNode parent, SymbolsDictionary symbols, Positions positions) {
5 references to ExpandTree
System.Xml (5)
System\Xml\Schema\ContentValidator.cs (5)
412this_.leftChild.ExpandTree(this_, symbols, positions); 416this_.rightChild.ExpandTree(this_, symbols, positions); 428leftChild.ExpandTree(this, symbols, positions); 430rightChild.ExpandTree(this, symbols, positions); 1153contentNode.ExpandTree(contentRoot, symbols, positions);