1 write to _declaredURI
System.Private.Xml (1)
System\Xml\Schema\SchemaEntity.cs (1)
181set { _declaredURI = value; }
1 reference to _declaredURI
System.Private.Xml (1)
System\Xml\Schema\SchemaEntity.cs (1)
180get { return _declaredURI ?? string.Empty; }