public void CopyTo(Breakpoint[] array, int arrayIndex) { lock (this) Breakpoints.CopyTo(array, arrayIndex); }