24 references to
System.Private.Xml (24)
System\Xml\Schema\ContentValidator.cs (24)
338bb.Append($"\"{symbols.NameOf(positions[_pos].symbol)}\""); 1324Position p = _positions[i]; 1342Position p1 = _positions[pos]; 1393LeafRangeNode? lrNode = _positions[pos].particle as LeafRangeNode; 1421particles[symbol] = _positions[pos].particle; 1423else if (particles[symbol] != _positions[pos].particle) 1425throw new UpaException(particles[symbol], _positions[pos].particle); 1479if (symbol == _positions[pos].symbol) 1519bb.AppendLine(i + " " + _positions[i].symbol.ToString(NumberFormatInfo.InvariantInfo) + " " + _symbols!.NameOf(_positions[i].symbol)); 1722if (symbol == _positions[pos].symbol) 1725particle = _positions[pos].particle; //Between element and wildcard, element will be in earlier pos than wildcard since we add the element nodes to the list of positions first 1778XmlSchemaParticle? p = (XmlSchemaParticle?)_positions[pos].particle; 1781string s = _symbols.NameOf(_positions[pos].symbol); 1805XmlSchemaParticle? p = (XmlSchemaParticle?)_positions[pos].particle; 1889if (symbol == _positions[matchpos].symbol) 1900if (matched && _positions[pos].particle is XmlSchemaElement) 1972LeafRangeNode? lrNode = _positions[cPos].particle as LeafRangeNode; //For a position with leaf range node, the particle is the node itself 2023return _positions[pos].particle; 2052int symbol = _positions[pos].symbol; 2055XmlSchemaParticle? p = _positions[pos].particle as XmlSchemaParticle; 2058string s = _symbols.NameOf(_positions[pos].symbol); 2094int symbol = _positions[pos].symbol; 2097XmlSchemaParticle? p = _positions[pos].particle as XmlSchemaParticle;