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