5 writes to underlyingValue
System.Data.Linq (5)
Types.cs (5)
26this.underlyingValue = value; 32this.underlyingValue = default(T); 36this.underlyingValue = link.underlyingValue; 71this.underlyingValue = Enumerable.SingleOrDefault(this.source); 77this.underlyingValue = value;
3 references to underlyingValue
System.Data.Linq (3)
Types.cs (3)
36this.underlyingValue = link.underlyingValue; 57get { return this.underlyingValue; } 74return this.underlyingValue;