1 implementation of IsUnparsedEntity
System.Private.Xml (1)
System\Xml\Schema\SchemaEntity.cs (1)
54bool IDtdEntityInfo.IsUnparsedEntity
3 references to IsUnparsedEntity
System.Private.Xml (3)
System\Xml\Core\XmlTextReaderImpl.cs (1)
6048if (entity.IsUnparsedEntity)
System\Xml\Core\XmlTextReaderImplAsync.cs (1)
3832if (entity.IsUnparsedEntity)
System\Xml\Schema\XmlSchemaValidator.cs (1)
2783else if (entityInfo.IsUnparsedEntity)