1 write to acc
System.Data.Linq (1)
Mapping\Accessors.cs (1)
211
this.
acc
= acc;
3 references to acc
System.Data.Linq (3)
Mapping\Accessors.cs (3)
214
Link<V> link = this.
acc
.GetValue(instance);
218
Link<V> link = this.
acc
.GetValue(instance);
222
this.
acc
.SetValue(ref instance, new Link<V>(value));