10 references to GeneralEntities
System.Xml (10)
System\Xml\Dom\XmlLoader.cs (2)
558if (schInfo.GeneralEntities != null) { 559foreach( SchemaEntity scEnt in schInfo.GeneralEntities.Values ) {
System\Xml\Schema\BaseValidator.cs (2)
236if (!sinfo.GeneralEntities.TryGetValue(new XmlQualifiedName(name), out en)) { 256if (!sinfo.GeneralEntities.TryGetValue(new XmlQualifiedName(name), out en)) {
System\Xml\Schema\DtdParser.cs (3)
1294if ( !schemaInfo.GeneralEntities.ContainsKey( entityName ) ) { 1295schemaInfo.GeneralEntities.Add( entityName, entity ); 3179schemaInfo.GeneralEntities.TryGetValue(entityName, out entity);
System\Xml\Schema\DtdParserAsync.cs (2)
918if ( !schemaInfo.GeneralEntities.ContainsKey( entityName ) ) { 919schemaInfo.GeneralEntities.Add( entityName, entity );
System\Xml\Schema\DtdValidator.cs (1)
393if (schemaInfo.GeneralEntities.TryGetValue(qname, out entity)) {