1 write to idxSibling
System.Xml (1)
System\Xml\Cache\XPathNode.cs (1)
397
this.
idxSibling
= (ushort) idxSibling;
3 references to idxSibling
System.Xml (3)
System\Xml\Cache\XPathNode.cs (3)
177
return this.
idxSibling
;
226
get { return this.
idxSibling
!= 0; }
396
Debug.Assert(this.
idxSibling
== 0, "SetSibling should not be called more than once.");