1 write to _positions
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\ContentValidator.cs (1)
1945_positions = positions;
12 references to _positions
dotnet-svcutil-lib (12)
FrameworkFork\Microsoft.Xml\Xml\schema\ContentValidator.cs (12)
1953int positionsCount = _positions.Count; 1998if (symbol == _positions[matchpos].symbol) 2009if (matched && _positions[pos].particle is XmlSchemaElement) 2091LeafRangeNode lrNode = _positions[cPos].particle as LeafRangeNode; //For a position with leaf range node, the particle is the node itself 2144return _positions[pos].particle; 2181expectedPos = new BitSet(_positions.Count); 2193int symbol = _positions[pos].symbol; 2196XmlSchemaParticle p = _positions[pos].particle as XmlSchemaParticle; 2199string s = _symbols.NameOf(_positions[pos].symbol); 2226expectedPos = new BitSet(_positions.Count); 2234int symbol = _positions[pos].symbol; 2237XmlSchemaParticle p = _positions[pos].particle as XmlSchemaParticle;