5 types derived from InteriorNode
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\schema\ContentValidator.cs (5)
519internal sealed class SequenceNode : InteriorNode 672internal sealed class ChoiceNode : InteriorNode 755internal sealed class PlusNode : InteriorNode 780internal sealed class QmarkNode : InteriorNode 801internal sealed class StarNode : InteriorNode
26 references to InteriorNode
dotnet-svcutil-lib (26)
FrameworkFork\Microsoft.Xml\Xml\schema\ContentValidator.cs (26)
285public abstract void ExpandTree(InteriorNode parent, SymbolsDictionary symbols, Positions positions); 342public override void ExpandTree(InteriorNode parent, SymbolsDictionary symbols, Positions positions) 396public override void ExpandTree(InteriorNode parent, SymbolsDictionary symbols, Positions positions) 412InteriorNode choice = new ChoiceNode(); 470InteriorNode other = (InteriorNode)this.MemberwiseClone(); 480protected void ExpandTreeNoRecursive(InteriorNode parent, SymbolsDictionary symbols, Positions positions) 482Stack<InteriorNode> nodeStack = new Stack<InteriorNode>(); 483InteriorNode this_ = this; 489this_ = (InteriorNode)this_._leftChild; 508public override void ExpandTree(InteriorNode parent, SymbolsDictionary symbols, Positions positions) 607public override void ExpandTree(InteriorNode parent, SymbolsDictionary symbols, Positions positions) 719public override void ExpandTree(InteriorNode parent, SymbolsDictionary symbols, Positions positions) 988public override void ExpandTree(InteriorNode parent, SymbolsDictionary symbols, Positions positions) 1184InteriorNode inNode = (InteriorNode)_stack.Pop(); 1223InteriorNode inNode = (InteriorNode)_stack.Pop(); 1237InteriorNode choice = new ChoiceNode(); 1245InteriorNode sequence = new SequenceNode(); 1271InteriorNode sequence = new SequenceNode(); 1282private void Closure(InteriorNode node) 1287InteriorNode inNode = topNode as InteriorNode; 1342InteriorNode contentRoot = new SequenceNode();