3 references to ExtractKeyDelegate
System.Xml.Linq (3)
System\Xml\Linq\XLinq.cs (3)
579public XHashtable(ExtractKeyDelegate extractKey, int capacity) { 644private ExtractKeyDelegate extractKey; // Delegate called in order to extract string key embedded in hashed TValue 652public XHashtableState(ExtractKeyDelegate extractKey, int capacity) {