2 writes to Value
System.Xml.Linq (2)
System\Xml\Linq\XLinq.cs (2)
785entries[newEntry].Value = value; 859entries[currentIndex].Value = default(TValue);
6 references to Value
System.Xml.Linq (6)
System\Xml\Linq\XLinq.cs (6)
688if (extractKey(entries[entryIdx].Value) != null) 725newHashtable.TryAdd(entries[entryIdx].Value, out newValue); 726Debug.Assert((object)entries[entryIdx].Value == (object)newValue); 746value = entries[entryIndex].Value; 821newValue = entries[entryIndex].Value; 850string keyCompare = extractKey(entries[currentIndex].Value);