1 write to _positions
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\ContentValidator.cs (1)
1160
_positions
= new Positions();
27 references to _positions
dotnet-svcutil-lib (27)
FrameworkFork\Microsoft.Xml\Xml\schema\ContentValidator.cs (27)
1210
AddLeafNode(new LeafNode(
_positions
.Add(_symbols.AddName(name, particle), particle)));
1268
int pos =
_positions
.Add(-2, rNode);
1337
_contentNode.Dump(bb, _symbols,
_positions
);
1344
LeafNode endMarker = new LeafNode(
_positions
.Add(_symbols.AddName(XmlQualifiedName.Empty, null), null));
1348
_contentNode.ExpandTree(contentRoot, _symbols,
_positions
);
1352
contentRoot.LeftChild.Dump(bb, _symbols,
_positions
);
1358
int positionsCount =
_positions
.Count;
1381
return new RangeContentValidator(firstpos, followpos, _symbols,
_positions
, endMarker.Pos, this.ContentType, contentRoot.LeftChild.IsNullable, positionsWithRangeTerminals, _minMaxNodesCount);
1411
return new NfaContentValidator(firstpos, followpos, _symbols,
_positions
, endMarker.Pos, this.ContentType, this.IsOpen, contentRoot.LeftChild.IsNullable);
1418
int positionsCount =
_positions
.Count; //terminals
1428
Position p =
_positions
[i];
1446
Position p1 =
_positions
[pos];
1469
Position currentPosition =
_positions
[pos];
1491
BitSet newSet = new BitSet(
_positions
.Count); //Doing work again
1497
LeafRangeNode lrNode =
_positions
[pos].particle as LeafRangeNode;
1507
for (int i = 0; i <
_positions
.Count; i++)
1520
int symbol =
_positions
[pos].symbol;
1524
particles[symbol] =
_positions
[pos].particle;
1526
else if (particles[symbol] !=
_positions
[pos].particle)
1528
throw new UpaException(particles[symbol],
_positions
[pos].particle);
1540
int positionsCount =
_positions
.Count;
1582
if (symbol ==
_positions
[pos].symbol)
1620
for (int i = 0; i <
_positions
.Count; i++)
1622
bb.AppendLine(i + " " +
_positions
[i].symbol.ToString(NumberFormatInfo.InvariantInfo) + " " + _symbols.NameOf(
_positions
[i].symbol));
1625
for (int i = 0; i <
_positions
.Count; i++)
1627
for (int j = 0; j <
_positions
.Count; j++)