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