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