7 references to Escape
Microsoft.VisualStudioCode.Razor.IntegrationTests (7)
FormattingTests.cs (1)
55await TestServices.Input.PressAsync(SpecialKey.Escape);
Services\EditorService.cs (3)
349await TestServices.Input.PressAsync(SpecialKey.Escape); 351await TestServices.Input.PressAsync(SpecialKey.Escape); 366await TestServices.Input.PressAsync(SpecialKey.Escape);
Services\InputService.cs (1)
17SpecialKey.Escape => "Escape",
Services\RazorService.cs (2)
54await TestServices.Input.PressAsync(SpecialKey.Escape); 85await TestServices.Input.PressAsync(SpecialKey.Escape);