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