1 write to symbols
System.Xml (1)
System\Xml\Schema\ContentValidator.cs (1)
1431
this.
symbols
= symbols;
7 references to symbols
System.Xml (7)
System\Xml\Schema\ContentValidator.cs (7)
1436
context.HasMatched = transitionTable[0][
symbols
.Count] > 0;
1443
int symbol =
symbols
[name];
1448
context.HasMatched = transitionTable[context.CurrentState.State][
symbols
.Count] > 0;
1449
return
symbols
.GetParticle(symbol); // OK
1476
XmlSchemaParticle p = (XmlSchemaParticle)
symbols
.GetParticle(i);
1478
string s =
symbols
.NameOf(i);
1501
XmlSchemaParticle p = (XmlSchemaParticle)
symbols
.GetParticle(i);