1 write to acc
System.Data.Linq (1)
Mapping\Accessors.cs (1)
229
this.
acc
= acc;
5 references to acc
System.Data.Linq (5)
Mapping\Accessors.cs (5)
232
EntityRef<V> er = this.
acc
.GetValue(instance);
236
this.
acc
.SetValue(ref instance, new EntityRef<V>(value));
239
EntityRef<V> er = this.
acc
.GetValue((T)instance);
243
EntityRef<V> er = this.
acc
.GetValue((T)instance);
247
EntityRef<V> er = this.
acc
.GetValue((T)instance);