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