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