1 implementation of IsDeclaredInExternal
System.Xml (1)
System\Xml\Schema\SchemaAttDef.cs (1)
83
bool IDtdAttributeInfo.
IsDeclaredInExternal
{
2 references to IsDeclaredInExternal
System.Xml (2)
System\Xml\Core\XmlTextReaderImpl.cs (2)
4073
if ( DtdValidation && standalone && attributeInfo.
IsDeclaredInExternal
) {
4107
if ( DtdValidation && standalone && defaultAttributeInfo.
IsDeclaredInExternal
) {