24 references to
System.Private.Xml (24)
System\Xml\Schema\ContentValidator.cs (24)
338
bb.Append($"\"{symbols.NameOf(positions
[
_pos].symbol)}\"");
1324
Position p = _positions
[
i];
1342
Position p1 = _positions
[
pos];
1393
LeafRangeNode? lrNode = _positions
[
pos].particle as LeafRangeNode;
1421
particles[symbol] = _positions
[
pos].particle;
1423
else if (particles[symbol] != _positions
[
pos].particle)
1425
throw new UpaException(particles[symbol], _positions
[
pos].particle);
1479
if (symbol == _positions
[
pos].symbol)
1519
bb.AppendLine(i + " " + _positions
[
i].symbol.ToString(NumberFormatInfo.InvariantInfo) + " " + _symbols!.NameOf(_positions
[
i].symbol));
1722
if (symbol == _positions
[
pos].symbol)
1725
particle = _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
1778
XmlSchemaParticle? p = (XmlSchemaParticle?)_positions
[
pos].particle;
1781
string s = _symbols.NameOf(_positions
[
pos].symbol);
1805
XmlSchemaParticle? p = (XmlSchemaParticle?)_positions
[
pos].particle;
1889
if (symbol == _positions
[
matchpos].symbol)
1900
if (matched && _positions
[
pos].particle is XmlSchemaElement)
1972
LeafRangeNode? lrNode = _positions
[
cPos].particle as LeafRangeNode; //For a position with leaf range node, the particle is the node itself
2023
return _positions
[
pos].particle;
2052
int symbol = _positions
[
pos].symbol;
2055
XmlSchemaParticle? p = _positions
[
pos].particle as XmlSchemaParticle;
2058
string s = _symbols.NameOf(_positions
[
pos].symbol);
2094
int symbol = _positions
[
pos].symbol;
2097
XmlSchemaParticle? p = _positions
[
pos].particle as XmlSchemaParticle;