1 write to _symbols
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\ContentValidator.cs (1)
1675_symbols = symbols;
7 references to _symbols
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.Xml\Xml\schema\ContentValidator.cs (7)
1681context.HasMatched = _transitionTable[0][_symbols.Count] > 0; 1689int symbol = _symbols[name]; 1695context.HasMatched = _transitionTable[context.CurrentState.State][_symbols.Count] > 0; 1696return _symbols.GetParticle(symbol); // OK 1731XmlSchemaParticle p = (XmlSchemaParticle)_symbols.GetParticle(i); 1734string s = _symbols.NameOf(i); 1764XmlSchemaParticle p = (XmlSchemaParticle)_symbols.GetParticle(i);