1 write to acc
System.Data.Linq (1)
Mapping\Accessors.cs (1)
171
this.
acc
= acc;
5 references to acc
System.Data.Linq (5)
Mapping\Accessors.cs (5)
174
Link<V> link = this.
acc
.GetValue((T)instance);
178
Link<V> link = this.
acc
.GetValue((T)instance);
182
Link<V> link = this.
acc
.GetValue((T)instance);
186
Link<V> link = this.
acc
.GetValue(instance);
190
this.
acc
.SetValue(ref instance, new Link<V>(value));