1 write to extractKey
System.Xml.Linq (1)
System\Xml\Linq\XLinq.cs (1)
661
this.
extractKey
= extractKey;
4 references to extractKey
System.Xml.Linq (4)
System\Xml\Linq\XLinq.cs (4)
688
if (
extractKey
(entries[entryIdx].Value) != null)
715
XHashtableState newHashtable = new XHashtableState(
extractKey
, newSize);
770
key =
extractKey
(value);
850
string keyCompare =
extractKey
(entries[currentIndex].Value);