2 instantiations of SequenceConstructPosContext
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\ContentValidator.cs (2)
543
SequenceConstructPosContext context = new
SequenceConstructPosContext
(this, firstpos, lastpos);
552
context = new
SequenceConstructPosContext
((SequenceNode)this_.LeftChild, context.firstpos, context.lastposLeft);
3 references to SequenceConstructPosContext
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\schema\ContentValidator.cs (3)
542
Stack<
SequenceConstructPosContext
> contextStack = new Stack<
SequenceConstructPosContext
>();
543
SequenceConstructPosContext
context = new SequenceConstructPosContext(this, firstpos, lastpos);