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