3 writes to _isExternal
System.Private.Xml (3)
System\Xml\Schema\SchemaEntity.cs (3)
121set { _url = value; _isExternal = true; } 133set { _isExternal = value; } 151set { _text = value; _isExternal = false; }
1 reference to _isExternal
System.Private.Xml (1)
System\Xml\Schema\SchemaEntity.cs (1)
132get { return _isExternal; }