8 references to GeneralEntities
System.Private.Xml (8)
System\Xml\Dom\XmlLoader.cs (2)
635if (schInfo.GeneralEntities != null) 637foreach (SchemaEntity scEnt in schInfo.GeneralEntities.Values)
System\Xml\Schema\BaseValidator.cs (2)
296if (!sinfo.GeneralEntities.TryGetValue(new XmlQualifiedName(name), out en)) 323if (!sinfo.GeneralEntities.TryGetValue(new XmlQualifiedName(name), out en))
System\Xml\Schema\DtdParser.cs (2)
1236_schemaInfo.GeneralEntities.TryAdd(entityName, entity); 3351_schemaInfo.GeneralEntities.TryGetValue(entityName, out entity);
System\Xml\Schema\DtdParserAsync.cs (1)
867_schemaInfo.GeneralEntities.TryAdd(entityName, entity);
System\Xml\Schema\DtdValidator.cs (1)
475if (schemaInfo!.GeneralEntities.TryGetValue(qname, out entity))