/// <summary> /// Creates a new instance of the <see cref="CaptureToken"/> structure. /// </summary> /// <param name="debugger">The attanched graphics debugger.</param> internal CaptureToken(VSGraphicsDebugger debugger) : this() { this.debugger = debugger; }