1 write to _extractKey
System.Private.Xml.Linq (1)
System\Xml\Linq\XHashtable.cs (1)
155_extractKey = extractKey;
4 references to _extractKey
System.Private.Xml.Linq (4)
System\Xml\Linq\XHashtable.cs (4)
186if (_extractKey(_entries[entryIdx].Value) != null) 217XHashtableState newHashtable = new XHashtableState(_extractKey, newSize); 275key = _extractKey(value); 349string? keyCompare = _extractKey(_entries[currentIndex].Value);