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