2 instantiations of XHashtable
System.Private.Xml.Linq (2)
System\Xml\Linq\XNamespace.cs (2)
38_names = new XHashtable<XName>(ExtractLocalName, NamesCapacity); 242Interlocked.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)
19private static XHashtable<WeakReference<XNamespace>>? s_namespaces; 26private 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