2 instantiations of XHashtable
System.Private.Xml.Linq (2)
System\Xml\Linq\XNamespace.cs (2)
38
_names = new
XHashtable
<XName>(ExtractLocalName, NamesCapacity);
242
Interlocked.CompareExchange(ref s_namespaces, new
XHashtable
<WeakReference<XNamespace>>(ExtractNamespace, NamespacesCapacity), null);
3 references to XHashtable
System.Private.Xml.Linq (3)
System\Xml\Linq\XNamespace.cs (3)
19
private static
XHashtable
<WeakReference<XNamespace>>? s_namespaces;
26
private readonly
XHashtable
<XName> _names;
269
/// This function is used by the <see cref="
XHashtable
{XName}"/> to extract the local name part from an <see cref="XName"/>. The hash table