4 writes to IsDeclaredInExternal
System.Private.Xml (4)
System\Xml\Schema\DtdParser.cs (2)
671
attrDef.
IsDeclaredInExternal
= !ParsingInternalSubset;
959
elementDecl.
IsDeclaredInExternal
= !ParsingInternalSubset;
System\Xml\Schema\DtdParserAsync.cs (2)
315
attrDef.
IsDeclaredInExternal
= !ParsingInternalSubset;
603
elementDecl.
IsDeclaredInExternal
= !ParsingInternalSubset;
3 references to IsDeclaredInExternal
System.Private.Xml (3)
System\Xml\Schema\DtdValidator.cs (1)
110
context.ElementDecl.
IsDeclaredInExternal
&&
System\Xml\Schema\SchemaAttDef.cs (1)
82
get { return ((SchemaAttDef)this).
IsDeclaredInExternal
; }
System\Xml\Schema\SchemaElementDecl.cs (1)
242
else if (standalone && attdef.
IsDeclaredInExternal
&& (attdef.Presence == SchemaDeclBase.Use.Default || attdef.Presence == SchemaDeclBase.Use.Fixed))