3 writes to Value
System.Collections.Specialized (3)
System\Collections\Specialized\NameObjectCollectionBase.cs (3)
300entry.Value = value; 344entry.Value = value; 472Value = value;
2 references to Value
System.Collections.Specialized (2)
System\Collections\Specialized\NameObjectCollectionBase.cs (2)
283return e?.Value; 320return entry.Value;