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