3 references to EditHandler
Microsoft.CodeAnalysis.EditorFeatures.Wpf (3)
Suggestions\SuggestedActions\SuggestedAction.cs (3)
139
using (new CaretPositionRestorer(SubjectBuffer,
EditHandler
.AssociatedViewService))
177
await
EditHandler
.ApplyAsync(
231
return await
EditHandler
.GetPreviewsAsync(Workspace, operations, cancellationToken).ConfigureAwait(true);