1 write to offset
System.Data.Linq (1)
IdentityManager.cs (1)
162
this.
offset
= offset;
2 references to offset
System.Data.Linq (2)
IdentityManager.cs (2)
173
System.Diagnostics.Debug.Assert(this.
offset
< values.Length, "offset is outside the bounds of the values array");
175
object o = values[this.
offset
];