1 write to _documentSource
System.Web (1)
UI\WebControls\xml.cs (1)
221
_documentSource
= value;
10 references to _documentSource
System.Web (10)
UI\WebControls\xml.cs (10)
214
return (
_documentSource
== null) ? String.Empty :
_documentSource
;
465
if (String.IsNullOrEmpty(
_documentSource
))
469
string physicalPath = MapPathSecure(
_documentSource
);
477
Debug.Trace("XmlControl", "XmlDocument not found in cache (" +
_documentSource
+ ")");
488
Debug.Trace("XmlControl", "XmlDocument found in cache (" +
_documentSource
+ ")");
507
if (String.IsNullOrEmpty(
_documentSource
))
513
ResolvePhysicalOrVirtualPath(
_documentSource
, out virtualPath, out physicalPath);
521
Debug.Trace("XmlControl", "XPathDocument not found in cache (" +
_documentSource
+ ")");
542
Debug.Trace("XmlControl", "XPathDocument found in cache (" +
_documentSource
+ ")");