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