4 writes to IsDeclaredInExternal
System.Xml (4)
System\Xml\Schema\DtdParser.cs (2)
639attrDef.IsDeclaredInExternal = !ParsingInternalSubset; 905elementDecl.IsDeclaredInExternal = !ParsingInternalSubset;
System\Xml\Schema\DtdParserAsync.cs (2)
284attrDef.IsDeclaredInExternal = !ParsingInternalSubset; 550elementDecl.IsDeclaredInExternal = !ParsingInternalSubset;
3 references to IsDeclaredInExternal
System.Xml (3)
System\Xml\Schema\DtdValidator.cs (1)
97context.ElementDecl.IsDeclaredInExternal &&
System\Xml\Schema\SchemaAttDef.cs (1)
84get { return ((SchemaAttDef)this).IsDeclaredInExternal; }
System\Xml\Schema\SchemaElementDecl.cs (1)
219else if (standalone && attdef.IsDeclaredInExternal && (attdef.Presence == SchemaDeclBase.Use.Default || attdef.Presence == SchemaDeclBase.Use.Fixed)) {