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