1 write to _positions
System.Private.Xml (1)
System\Xml\Schema\ContentValidator.cs (1)
1080
_positions
= new Positions();
25 references to _positions
System.Private.Xml (25)
System\Xml\Schema\ContentValidator.cs (25)
1131
AddLeafNode(new LeafNode(
_positions
!.Add(_symbols!.AddName(name, particle), particle)));
1189
int pos =
_positions
!.Add(-2, rNode);
1251
LeafNode endMarker = new LeafNode(
_positions
!.Add(_symbols!.AddName(XmlQualifiedName.Empty, null), null));
1255
_contentNode.ExpandTree(contentRoot, _symbols,
_positions
);
1258
int positionsCount =
_positions
.Count;
1281
return new RangeContentValidator(firstpos, followpos, _symbols,
_positions
, endMarker.Pos, this.ContentType, contentRoot.LeftChild.IsNullable, positionsWithRangeTerminals, _minMaxNodesCount);
1307
return new NfaContentValidator(firstpos, followpos, _symbols,
_positions
, endMarker.Pos, this.ContentType, this.IsOpen, contentRoot.LeftChild.IsNullable);
1314
int positionsCount =
_positions
!.Count; //terminals
1324
Position p =
_positions
[i];
1342
Position p1 =
_positions
[pos];
1365
Position currentPosition =
_positions
![pos];
1387
BitSet newSet = new BitSet(
_positions
!.Count); //Doing work again
1393
LeafRangeNode? lrNode =
_positions
[pos].particle as LeafRangeNode;
1404
for (int i = 0; i <
_positions
!.Count; i++)
1417
int symbol =
_positions
![pos].symbol;
1421
particles[symbol] =
_positions
[pos].particle;
1423
else if (particles[symbol] !=
_positions
[pos].particle)
1425
throw new UpaException(particles[symbol],
_positions
[pos].particle);
1437
int positionsCount =
_positions
!.Count;
1479
if (symbol ==
_positions
[pos].symbol)
1517
for (int i = 0; i <
_positions
!.Count; i++)
1519
bb.AppendLine(i + " " +
_positions
[i].symbol.ToString(NumberFormatInfo.InvariantInfo) + " " + _symbols!.NameOf(
_positions
[i].symbol));
1523
for (int i = 0; i <
_positions
.Count; i++)
1525
for (int j = 0; j <
_positions
.Count; j++)