2 writes to IsExternal
System.Private.Xml (2)
System\Xml\Schema\DtdParser.cs (1)
1255
entity.
IsExternal
= true;
System\Xml\Schema\DtdParserAsync.cs (1)
888
entity.
IsExternal
= true;
4 references to IsExternal
System.Private.Xml (4)
System\Xml\Schema\DtdParser.cs (2)
3271
if (entity.
IsExternal
)
3385
if (inAttribute && entity.
IsExternal
)
System\Xml\Schema\DtdParserAsync.cs (1)
2601
if (entity.
IsExternal
)
System\Xml\Schema\SchemaEntity.cs (1)
46
get { return ((SchemaEntity)this).
IsExternal
; }