2 writes to IsExternal
System.Xml (2)
System\Xml\Schema\DtdParser.cs (1)
1314
entity.
IsExternal
= true;
System\Xml\Schema\DtdParserAsync.cs (1)
940
entity.
IsExternal
= true;
4 references to IsExternal
System.Xml (4)
System\Xml\Schema\DtdParser.cs (2)
3111
if ( entity.
IsExternal
) {
3209
if ( inAttribute && entity.
IsExternal
) {
System\Xml\Schema\DtdParserAsync.cs (1)
2477
if ( entity.
IsExternal
) {
System\Xml\Schema\SchemaEntity.cs (1)
46
get { return ((SchemaEntity)this).
IsExternal
;}