1 write to _idxSibling
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Cache\XPathNode.cs (1)
443_idxSibling = (ushort)idxSibling;
3 references to _idxSibling
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Cache\XPathNode.cs (3)
194return _idxSibling; 249get { return _idxSibling != 0; } 442Debug.Assert(_idxSibling == 0, "SetSibling should not be called more than once.");