1 write to _idxSibling
System.Private.Xml (1)
System\Xml\Cache\XPathNode.cs (1)
441
_idxSibling
= (ushort)idxSibling;
3 references to _idxSibling
System.Private.Xml (3)
System\Xml\Cache\XPathNode.cs (3)
192
return
_idxSibling
;
247
get { return
_idxSibling
!= 0; }
440
Debug.Assert(
_idxSibling
== 0, "SetSibling should not be called more than once.");