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)
192return _idxSibling; 247get { return _idxSibling != 0; } 440Debug.Assert(_idxSibling == 0, "SetSibling should not be called more than once.");