Repro:
- Paste the following code into a C# file:
class C
{
public string Foo = "foo"
}
- Put a breakpoint here at the beginning of GetFormattingChangesAsync.
- Insert semicolon after
"foo".
- After the breakpoint is hit, step over. Hit "Cancel" when this dialog pops up:

- Continue with code execution.
- Observe double semicolons being inserted:

cc @uniqueiniquity