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