30 writes to source
System.Xml (30)
System\Xml\Dom\DocumentXPathNavigator.cs (30)
30
source
= other.source;
253
source
= attribute;
274
source
= attribute;
297
source
= attribute;
370
source
= attribute;
379
source
= document.NamespaceXml;
402
source
= attributes[index];
418
source
= attribute;
425
source
= document.NamespaceXml;
429
source
= attributes[index];
493
source
= attributes[index];
507
source
= attribute;
517
source
= document.NamespaceXml;
525
source
= attribute;
609
source
= sibling;
640
source
= sibling;
660
source
= sibling;
690
source
= child;
697
source
= parent;
704
source
= parent;
725
source
= parent;
734
source
= that.source;
745
source
= element;
763
source
= child;
786
source
= child;
852
source
= following;
922
source
= following;
935
source
= sibling;
963
source
= sibling;
1536
source
= node;
102 references to source
System.Xml (102)
System\Xml\Dom\DocumentXPathNavigator.cs (102)
30
source = other.
source
;
44
XmlNode node =
source
;
60
node =
source
;
89
return (XPathNodeType)
source
.XPNodeType;
95
return
source
.XPLocalName;
101
XmlAttribute attribute =
source
as XmlAttribute;
106
return
source
.NamespaceURI;
112
switch (
source
.NodeType) {
115
return
source
.Name;
117
if (((XmlAttribute)
source
).IsNamespace) {
118
string localName =
source
.LocalName;
124
return
source
.Name; // attribute
133
XmlAttribute attribute =
source
as XmlAttribute;
138
return
source
.Prefix;
144
switch (
source
.NodeType) {
147
return
source
.InnerText;
156
return
source
.Value;
175
string value =
source
.Value;
176
XmlNode nextSibling = NextSibling(
source
);
194
return
source
.BaseURI;
200
XmlElement element =
source
as XmlElement;
210
return
source
.XmlLang;
218
return
source
;
224
XmlElement element =
source
as XmlElement;
240
return
source
.GetXPAttribute(localName, namespaceURI);
244
XmlElement element =
source
as XmlElement;
267
XmlElement element =
source
as XmlElement;
284
XmlAttribute attribute =
source
as XmlAttribute;
306
XmlNode node =
source
;
354
XmlElement element =
source
as XmlElement;
369
namespaceParent = (XmlElement)
source
;
378
namespaceParent = (XmlElement)
source
;
387
XmlElement element =
source
as XmlElement;
473
XmlAttribute attribute =
source
as XmlAttribute;
589
XmlNode sibling = NextSibling(
source
);
594
if (
source
.IsText) {
614
XmlNode sibling = PreviousSibling(
source
);
619
if (
source
.IsText) {
645
if (
source
.NodeType == XmlNodeType.Attribute) {
648
XmlNode parent = ParentNode(
source
);
666
switch (
source
.NodeType) {
668
child = FirstChild(
source
);
675
child = FirstChild(
source
);
679
while (!IsValidChild(
source
, child)) {
695
XmlNode parent = ParentNode(
source
);
700
XmlAttribute attribute =
source
as XmlAttribute;
714
XmlNode parent =
source
.ParentNode;
716
XmlAttribute attribute =
source
as XmlAttribute;
734
source = that.
source
;
753
if (
source
.NodeType == XmlNodeType.Attribute) {
757
XmlNode child = FirstChild(
source
);
774
if (
source
.NodeType == XmlNodeType.Attribute) {
778
XmlNode child = FirstChild(
source
);
803
switch (that.
source
.NodeType) {
811
pastFollowing = that.
source
;
814
XmlNode following =
source
;
863
switch (that.
source
.NodeType) {
871
pastFollowing = that.
source
;
878
XmlNode following =
source
;
927
XmlNode sibling = NextSibling(
source
);
945
XmlNode sibling = NextSibling(
source
);
950
&&
source
.IsText) {
975
switch (
source
.NodeType) {
977
child = FirstChild(
source
);
984
child = FirstChild(
source
);
988
while (!IsValidChild(
source
, child)) {
1007
return this.
source
== that.
source
1016
return IsDescendant(this.
source
, that.
source
);
1023
return
source
.SchemaInfo;
1030
if (
source
.NodeType == XmlNodeType.Document) {
1031
ownerDocument = (XmlDocument)
source
;
1034
ownerDocument =
source
.OwnerDocument;
1050
return validator.Validate(
source
);
1129
if (this.
source
== that.
source
1139
XmlNode node1 = this.
source
;
1140
XmlNode node2 = that.
source
;
1194
XmlNode IHasXmlNode.GetNode() { return
source
; }
1198
if ( nsAtom == null || this.
source
.NodeType == XmlNodeType.Attribute )
1220
XmlNodeType curNT =
source
.NodeType;
1240
switch (
source
.NodeType) {
1249
DocumentXmlWriter writer = new DocumentXmlWriter(DocumentXmlWriterType.PrependChild,
source
, document);
1250
writer.NamespaceManager = GetNamespaceManager(
source
, document);
1255
switch (
source
.NodeType) {
1264
DocumentXmlWriter writer = new DocumentXmlWriter(DocumentXmlWriterType.AppendChild,
source
, document);
1265
writer.NamespaceManager = GetNamespaceManager(
source
, document);
1270
XmlNode node =
source
;
1293
switch (
source
.NodeType) {
1309
DocumentXmlWriter writer = new DocumentXmlWriter(DocumentXmlWriterType.InsertSiblingBefore,
source
, document);
1310
writer.NamespaceManager = GetNamespaceManager(
source
.ParentNode, document);
1315
if (
source
.NodeType != XmlNodeType.Element) {
1319
DocumentXmlWriter writer = new DocumentXmlWriter(DocumentXmlWriterType.AppendAttribute,
source
, document);
1320
writer.NamespaceManager = GetNamespaceManager(
source
, document);
1338
XmlNode node = this.
source
;
1339
XmlNode end = that.
source
;
1387
XmlNode node = this.
source
;
1388
XmlNode end = that.
source
;
1438
XmlNode node =
source
;
1459
node =
source
;
1579
XmlNode text = PreviousText(
source
);