30 writes to _source
dotnet-svcutil-lib (30)
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentXPathNavigator.cs (30)
33
_source
= other._source;
310
_source
= attribute;
336
_source
= attribute;
364
_source
= attribute;
454
_source
= attribute;
464
_source
= _document.NamespaceXml;
492
_source
= attributes[index];
511
_source
= attribute;
519
_source
= _document.NamespaceXml;
524
_source
= attributes[index];
602
_source
= attributes[index];
618
_source
= attribute;
632
_source
= _document.NamespaceXml;
640
_source
= attribute;
744
_source
= sibling;
783
_source
= sibling;
808
_source
= sibling;
843
_source
= child;
852
_source
= parent;
861
_source
= parent;
887
_source
= parent;
898
_source
= that._source;
911
_source
= element;
934
_source
= child;
963
_source
= child;
1045
_source
= following;
1132
_source
= following;
1149
_source
= sibling;
1184
_source
= sibling;
1863
_source
= node;
102 references to _source
dotnet-svcutil-lib (102)
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentXPathNavigator.cs (102)
33
_source = other.
_source
;
50
XmlNode node =
_source
;
68
node =
_source
;
103
return (XPathNodeType)
_source
.XPNodeType;
111
return
_source
.XPLocalName;
119
XmlAttribute attribute =
_source
as XmlAttribute;
125
return
_source
.NamespaceURI;
133
switch (
_source
.NodeType)
137
return
_source
.Name;
139
if (((XmlAttribute)
_source
).IsNamespace)
141
string localName =
_source
.LocalName;
148
return
_source
.Name; // attribute
159
XmlAttribute attribute =
_source
as XmlAttribute;
165
return
_source
.Prefix;
173
switch (
_source
.NodeType)
177
return
_source
.InnerText;
186
return
_source
.Value;
210
string value =
_source
.Value;
211
XmlNode nextSibling = NextSibling(
_source
);
233
return
_source
.BaseURI;
241
XmlElement element =
_source
as XmlElement;
254
return
_source
.XmlLang;
264
return
_source
;
272
XmlElement element =
_source
as XmlElement;
292
return
_source
.GetXPAttribute(localName, namespaceURI);
297
XmlElement element =
_source
as XmlElement;
326
XmlElement element =
_source
as XmlElement;
347
XmlAttribute attribute =
_source
as XmlAttribute;
374
XmlNode node =
_source
;
433
XmlElement element =
_source
as XmlElement;
453
_namespaceParent = (XmlElement)
_source
;
463
_namespaceParent = (XmlElement)
_source
;
473
XmlElement element =
_source
as XmlElement;
577
XmlAttribute attribute =
_source
as XmlAttribute;
718
XmlNode sibling = NextSibling(
_source
);
725
if (
_source
.IsText)
750
XmlNode sibling = PreviousSibling(
_source
);
757
if (
_source
.IsText)
789
if (
_source
.NodeType == XmlNodeType.Attribute)
793
XmlNode parent = ParentNode(
_source
);
815
switch (
_source
.NodeType)
818
child = FirstChild(
_source
);
826
child = FirstChild(
_source
);
831
while (!IsValidChild(
_source
, child))
849
XmlNode parent = ParentNode(
_source
);
855
XmlAttribute attribute =
_source
as XmlAttribute;
873
XmlNode parent =
_source
.ParentNode;
876
XmlAttribute attribute =
_source
as XmlAttribute;
898
_source = that.
_source
;
920
if (
_source
.NodeType == XmlNodeType.Attribute)
925
XmlNode child = FirstChild(
_source
);
946
if (
_source
.NodeType == XmlNodeType.Attribute)
951
XmlNode child = FirstChild(
_source
);
983
switch (that.
_source
.NodeType)
993
pastFollowing = that.
_source
;
996
XmlNode following =
_source
;
1059
switch (that.
_source
.NodeType)
1069
pastFollowing = that.
_source
;
1077
XmlNode following =
_source
;
1138
XmlNode sibling = NextSibling(
_source
);
1160
XmlNode sibling = NextSibling(
_source
);
1166
&&
_source
.IsText)
1198
switch (
_source
.NodeType)
1201
child = FirstChild(
_source
);
1209
child = FirstChild(
_source
);
1214
while (!IsValidChild(
_source
, child))
1237
return
_source
== that.
_source
1248
return IsDescendant(
_source
, that.
_source
);
1257
return
_source
.SchemaInfo;
1265
if (
_source
.NodeType == XmlNodeType.Document)
1267
ownerDocument = (XmlDocument)
_source
;
1271
ownerDocument =
_source
.OwnerDocument;
1290
return validator.Validate(
_source
);
1385
if (
_source
== that.
_source
1397
XmlNode node1 =
_source
;
1398
XmlNode node2 = that.
_source
;
1463
XmlNode IHasXmlNode.GetNode() { return
_source
; }
1468
if (nsAtom == null ||
_source
.NodeType == XmlNodeType.Attribute)
1493
XmlNodeType curNT =
_source
.NodeType;
1517
switch (
_source
.NodeType)
1527
DocumentXmlWriter writer = new DocumentXmlWriter(DocumentXmlWriterType.PrependChild,
_source
, _document);
1528
writer.NamespaceManager = GetNamespaceManager(
_source
, _document);
1534
switch (
_source
.NodeType)
1544
DocumentXmlWriter writer = new DocumentXmlWriter(DocumentXmlWriterType.AppendChild,
_source
, _document);
1545
writer.NamespaceManager = GetNamespaceManager(
_source
, _document);
1551
XmlNode node =
_source
;
1576
switch (
_source
.NodeType)
1593
DocumentXmlWriter writer = new DocumentXmlWriter(DocumentXmlWriterType.InsertSiblingBefore,
_source
, _document);
1594
writer.NamespaceManager = GetNamespaceManager(
_source
.ParentNode, _document);
1600
if (
_source
.NodeType != XmlNodeType.Element)
1605
DocumentXmlWriter writer = new DocumentXmlWriter(DocumentXmlWriterType.AppendAttribute,
_source
, _document);
1606
writer.NamespaceManager = GetNamespaceManager(
_source
, _document);
1628
XmlNode node =
_source
;
1629
XmlNode end = that.
_source
;
1686
XmlNode node =
_source
;
1687
XmlNode end = that.
_source
;
1747
XmlNode node =
_source
;
1771
node =
_source
;
1918
XmlNode text = PreviousText(
_source
);