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