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; 68if (_source != null) 70return _source.BaseUri; 84XElement? element = _source as XElement; 103XContainer? container = _source as XContainer; 122XElement? e = _source as XElement; 134XElement? e = _source as XElement; 139XAttribute? a = _source as XAttribute; 148XProcessingInstruction? p = _source as XProcessingInstruction; 176XElement? e = _source as XElement; 181XAttribute? a = _source as XAttribute; 202if (_source != null) 204switch (_source.NodeType) 209XAttribute attribute = (XAttribute)_source; 232XElement? e = _source as XElement; 242XAttribute? a = _source as XAttribute; 262return _source; 270if (_source != null) 272switch (_source.NodeType) 275return ((XElement)_source).Value; 277return ((XAttribute)_source).Value; 279XElement? root = ((XDocument)_source).Root; 283return CollectText((XText)_source); 285return ((XComment)_source).Value; 287return ((XProcessingInstruction)_source).Data; 316_source = other._source; 325XElement? e = _source as XElement; 344XContainer? c = _source as XContainer; 362XContainer? c = _source as XContainer; 384XElement? e = _source as XElement; 401XContainer? container = _source as XContainer; 418XElement? e = _source as XElement; 456XElement? e = _source as XElement; 493XNode? currentNode = _source as XNode; 520XNode? currentNode = _source as XNode; 538XNode? currentNode = _source as XNode; 570XAttribute? currentAttribute = _source as XAttribute; 591XAttribute? a = _source as XAttribute; 641XNode? parentNode = _source.GetParent(); 652XNode? currentNode = _source as XNode; 683XContainer? c = _source as XContainer; 690IXmlLineInfo li = _source as IXmlLineInfo; 702IXmlLineInfo li = _source as IXmlLineInfo; 715IXmlLineInfo li = _source as IXmlLineInfo; 759return n1._source == n2._source && n1._source.GetParent() == n2._source.GetParent();