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