2 writes to Value
System.Private.Xml.Linq (2)
System\Xml\Linq\XHashtable.cs (2)
290_entries[newEntry].Value = value; 360_entries[currentIndex].Value = default(TValue)!;
5 references to Value
System.Private.Xml.Linq (5)
System\Xml\Linq\XHashtable.cs (5)
186if (_extractKey(_entries[entryIdx].Value) != null) 228newHashtable.TryAdd(_entries[entryIdx].Value, out _); 250value = _entries[entryIndex].Value; 318newValue = _entries[entryIndex].Value; 349string? keyCompare = _extractKey(_entries[currentIndex].Value);