19 writes to _source
System.Private.Xml.Linq (19)
System\Xml\XPath\XNodeNavigator.cs (19)
53
_source
= node;
59
_source
= other._source;
316
_source
= other._source;
334
_source
= attribute;
352
_source
= element;
374
_source
= node;
391
_source
= attribute;
408
_source
= node;
441
_source
= a;
474
_source
= a;
483
_source
= GetXmlNamespaceDeclaration();
509
_source
= next;
528
_source
= element;
559
_source
= next;
580
_source
= attribute;
626
_source
= a;
637
_source
= _parent;
644
_source
= parentNode;
665
_source
= previous;
48 references to _source
System.Private.Xml.Linq (48)
System\Xml\XPath\XNodeNavigator.cs (48)
59
_source = other.
_source
;
68
if (
_source
!= null)
70
return
_source
.BaseUri;
84
XElement? element =
_source
as XElement;
103
XContainer? container =
_source
as XContainer;
122
XElement? e =
_source
as XElement;
134
XElement? e =
_source
as XElement;
139
XAttribute? a =
_source
as XAttribute;
148
XProcessingInstruction? p =
_source
as XProcessingInstruction;
176
XElement? e =
_source
as XElement;
181
XAttribute? a =
_source
as XAttribute;
202
if (
_source
!= null)
204
switch (
_source
.NodeType)
209
XAttribute attribute = (XAttribute)
_source
;
232
XElement? e =
_source
as XElement;
242
XAttribute? a =
_source
as XAttribute;
262
return
_source
;
270
if (
_source
!= null)
272
switch (
_source
.NodeType)
275
return ((XElement)
_source
).Value;
277
return ((XAttribute)
_source
).Value;
279
XElement? root = ((XDocument)
_source
).Root;
283
return CollectText((XText)
_source
);
285
return ((XComment)
_source
).Value;
287
return ((XProcessingInstruction)
_source
).Data;
316
_source = other.
_source
;
325
XElement? e =
_source
as XElement;
344
XContainer? c =
_source
as XContainer;
362
XContainer? c =
_source
as XContainer;
384
XElement? e =
_source
as XElement;
401
XContainer? container =
_source
as XContainer;
418
XElement? e =
_source
as XElement;
456
XElement? e =
_source
as XElement;
493
XNode? currentNode =
_source
as XNode;
520
XNode? currentNode =
_source
as XNode;
538
XNode? currentNode =
_source
as XNode;
570
XAttribute? currentAttribute =
_source
as XAttribute;
591
XAttribute? a =
_source
as XAttribute;
641
XNode? parentNode =
_source
.GetParent();
652
XNode? currentNode =
_source
as XNode;
683
XContainer? c =
_source
as XContainer;
690
IXmlLineInfo li =
_source
as IXmlLineInfo;
702
IXmlLineInfo li =
_source
as IXmlLineInfo;
715
IXmlLineInfo li =
_source
as IXmlLineInfo;
759
return n1.
_source
== n2.
_source
&& n1.
_source
.GetParent() == n2.
_source
.GetParent();