1 write to firstpos
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\ContentValidator.cs (1)
532this.firstpos = firstpos;
4 references to firstpos
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\schema\ContentValidator.cs (4)
552context = new SequenceConstructPosContext((SequenceNode)this_.LeftChild, context.firstpos, context.lastposLeft); 555this_.LeftChild.ConstructPos(context.firstpos, context.lastposLeft, followpos); 563context.firstpos.Or(context.firstposRight); 575((LeafRangeNode)this_.RightChild).NextIteration = context.firstpos.Clone();