3 references to WaitForEditorTextChangeAsync
Microsoft.VisualStudioCode.Razor.IntegrationTests (3)
CodeActionsTests.cs (1)
43var text = await TestServices.Editor.WaitForEditorTextChangeAsync();
FormattingTests.cs (2)
34var afterFormat = await TestServices.Editor.WaitForEditorTextChangeAsync(); 62var afterFormat = await TestServices.Editor.WaitForEditorTextChangeAsync();