1 write to _minMaxNodesCount
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\ContentValidator.cs (1)
1274
_minMaxNodesCount
++;
3 references to _minMaxNodesCount
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\schema\ContentValidator.cs (3)
1368
if (
_minMaxNodesCount
> 0)
1381
return new RangeContentValidator(firstpos, followpos, _symbols, _positions, endMarker.Pos, this.ContentType, contentRoot.LeftChild.IsNullable, positionsWithRangeTerminals,
_minMaxNodesCount
);
1423
BitSet[] minmaxFollowPos = new BitSet[
_minMaxNodesCount
];