1 write to _symbols
System.Private.Xml (1)
System\Xml\Schema\ContentValidator.cs (1)
1575
_symbols
= symbols;
7 references to _symbols
System.Private.Xml (7)
System\Xml\Schema\ContentValidator.cs (7)
1581
context.HasMatched = _transitionTable[0][
_symbols
.Count] > 0;
1589
int symbol =
_symbols
[name];
1595
context.HasMatched = _transitionTable[context.CurrentState.State][
_symbols
.Count] > 0;
1596
return
_symbols
.GetParticle(symbol); // OK
1629
XmlSchemaParticle? p = (XmlSchemaParticle?)
_symbols
.GetParticle(i);
1632
string s =
_symbols
.NameOf(i);
1663
XmlSchemaParticle? p = (XmlSchemaParticle?)
_symbols
.GetParticle(i);