3 writes to doc
System.Data (3)
fx\src\data\System\NewXml\DataPointer.cs (3)
23
this.
doc
= doc;
33
this.
doc
= pointer.doc;
85
this.
doc
= pointer.doc;
24 references to doc
System.Data (24)
fx\src\data\System\NewXml\DataPointer.cs (24)
33
this.doc = pointer.
doc
;
43
this.
doc
.AddPointer( (IXmlDataVirtualNode)this );
58
doc
.Mapper.GetRegion( this.node, out rowElem );
83
Debug.Assert( node == this.
doc
|| node.OwnerDocument == this.
doc
);
85
this.doc = pointer.
doc
;
94
Debug.Assert( node == this.
doc
|| node.OwnerDocument == this.
doc
);
105
Debug.Assert( node == this.
doc
|| node.OwnerDocument == this.
doc
);
125
if (!
doc
.IsNotMapped( c ) && (c.ColumnMapping == MappingType.Attribute) == fAttribute && (fNulls || ! Convert.IsDBNull( row[c, rowVersion] ) ) )
169
MoveTo( node, c,
doc
.IsTextOnly(c) );
175
XmlNode n =
doc
.SafeFirstChild( node );
189
if (fOnValue && !
doc
.IsTextOnly(column))
198
XmlNode n =
doc
.SafeFirstChild( node );
205
XmlNode n =
doc
.SafeNextSibling( node );
221
if (fOnValue && !
doc
.IsTextOnly(column)) {
247
if (fOnValue ||
doc
.IsTextOnly(column) || column.ColumnMapping != MappingType.Attribute)
348
return
doc
.NameTable.Add(column.EncodedColumnName);
367
return
doc
.NameTable.Add(column.Namespace);
392
return
doc
.NameTable.Add( prefix + ":" + lname );
530
if (
doc
.IsTextOnly( column )) {
615
XmlNode child =
doc
.SafeFirstChild(
doc
);