2 references to 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);