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