2 writes to firstposRight
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\ContentValidator.cs (2)
536
firstposRight
= null;
558
context.
firstposRight
= new BitSet(firstpos.Count);
3 references to firstposRight
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\schema\ContentValidator.cs (3)
559
this_.RightChild.ConstructPos(context.
firstposRight
, context.lastpos, followpos);
563
context.firstpos.Or(context.
firstposRight
);
571
followpos[pos].Or(context.
firstposRight
);