1 implementation of IsUnparsedEntity
System.Xml (1)
System\Xml\Schema\SchemaEntity.cs (1)
53bool IDtdEntityInfo.IsUnparsedEntity {
3 references to IsUnparsedEntity
System.Xml (3)
System\Xml\Core\XmlTextReaderImpl.cs (1)
5501if ( entity.IsUnparsedEntity ) {
System\Xml\Core\XmlTextReaderImplAsync.cs (1)
3568if ( entity.IsUnparsedEntity ) {
System\Xml\Schema\XmlSchemaValidator.cs (1)
2321else if (entityInfo.IsUnparsedEntity) {