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