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