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