2 instantiations of SequenceConstructPosContext
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\ContentValidator.cs (2)
543SequenceConstructPosContext context = new SequenceConstructPosContext(this, firstpos, lastpos); 552context = 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)
542Stack<SequenceConstructPosContext> contextStack = new Stack<SequenceConstructPosContext>(); 543SequenceConstructPosContext context = new SequenceConstructPosContext(this, firstpos, lastpos);