2 references to 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);