1 write to acc
System.Data.Linq (1)
Mapping\Accessors.cs (1)
287this.acc = acc;
6 references to acc
System.Data.Linq (6)
Mapping\Accessors.cs (6)
290return this.acc.GetValue(instance); 293EntitySet<V> eset = this.acc.GetValue(instance); 296this.acc.SetValue(ref instance, eset); 301EntitySet<V> es = this.acc.GetValue((T)instance); 305EntitySet<V> es = this.acc.GetValue((T)instance); 309EntitySet<V> es = this.acc.GetValue((T)instance);