3 references to ExtractKeyDelegate
System.Private.Xml.Linq (3)
System\Xml\Linq\XHashtable.cs (3)
76public XHashtable(ExtractKeyDelegate extractKey, int capacity) 137private readonly ExtractKeyDelegate _extractKey; // Delegate called in order to extract string key embedded in hashed TValue 145public XHashtableState(ExtractKeyDelegate extractKey, int capacity)