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