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