8 writes to _document
System.Web (8)
UI\WebControls\xml.cs (8)
172
_document
= value;
190
_document
= null;
217
_document
= null;
331
_document
= null;
461
_document
= XmlUtils.CreateXmlDocumentFromContent(_documentContent);
474
_document
= (XmlDocument) cacheInternal.Get(key);
482
_document
= new XmlDocument();
494
_document
= (XmlDocument)_document.CloneNode(true/*deep*/);
13 references to _document
System.Web (13)
UI\WebControls\xml.cs (13)
163
if (
_document
== null) {
166
return
_document
;
458
Debug.Assert(_xpathDocument == null &&
_document
== null && _xpathNavigator == null);
476
if (
_document
== null) {
483
_document
.Load(XmlUtils.CreateXmlReader(stream, physicalPath));
484
cacheInternal.Insert(key,
_document
, new CacheInsertOptions() { Dependencies = dependency });
492
lock (
_document
) {
494
_document = (XmlDocument)
_document
.CloneNode(true/*deep*/);
500
Debug.Assert(_xpathDocument == null &&
_document
== null && _xpathNavigator == null);
555
if ((
_document
== null) && (_xpathNavigator == null)) {
562
if (
_document
== null && _xpathDocument == null && _xpathNavigator == null) {
578
if (
_document
!= null) {
579
doc =
_document
;