2 instantiations of XHashtableState
System.Private.Xml.Linq (2)
System\Xml\Linq\XHashtable.cs (2)
78_state = new XHashtableState(extractKey, capacity); 217XHashtableState newHashtable = new XHashtableState(_extractKey, newSize);
4 references to XHashtableState
System.Private.Xml.Linq (4)
System\Xml\Linq\XHashtable.cs (4)
65private XHashtableState _state; // SHARED STATE: Contains all XHashtable state, so it can be atomically swapped when resizes occur 111XHashtableState newState = _state.Resize(); 162public XHashtableState Resize() 217XHashtableState newHashtable = new XHashtableState(_extractKey, newSize);