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