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)
214return (_documentSource == null) ? String.Empty : _documentSource; 465if (String.IsNullOrEmpty(_documentSource)) 469string physicalPath = MapPathSecure(_documentSource); 477Debug.Trace("XmlControl", "XmlDocument not found in cache (" + _documentSource + ")"); 488Debug.Trace("XmlControl", "XmlDocument found in cache (" + _documentSource + ")"); 507if (String.IsNullOrEmpty(_documentSource)) 513ResolvePhysicalOrVirtualPath(_documentSource, out virtualPath, out physicalPath); 521Debug.Trace("XmlControl", "XPathDocument not found in cache (" + _documentSource + ")"); 542Debug.Trace("XmlControl", "XPathDocument found in cache (" + _documentSource + ")");