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