1 write to acc
System.Data.Linq (1)
Mapping\Accessors.cs (1)
269
this.
acc
= acc;
3 references to acc
System.Data.Linq (3)
Mapping\Accessors.cs (3)
272
EntityRef<V> er = this.
acc
.GetValue(instance);
276
EntityRef<V> er = this.
acc
.GetValue(instance);
280
this.
acc
.SetValue(ref instance, new EntityRef<V>(value));