3 writes to isExternal
System.Xml (3)
System\Xml\Schema\SchemaEntity.cs (3)
110set { url = value; isExternal = true;} 120set { isExternal = value; } 135set { text = value; isExternal = false;}
1 reference to isExternal
System.Xml (1)
System\Xml\Schema\SchemaEntity.cs (1)
119get { return isExternal; }