1 implementation of ApplyAsync
Microsoft.CodeAnalysis.EditorFeatures (1)
CodeActions\CodeActionEditHandlerService.cs (1)
92public async Task<bool> ApplyAsync(
3 references to ApplyAsync
Microsoft.CodeAnalysis.EditorFeatures (1)
Suggestions\SuggestedActions\EditorSuggestedAction.cs (1)
163await EditHandler.ApplyAsync(
Microsoft.VisualStudio.LanguageServices (1)
TableDataSource\Suppression\VisualStudioSuppressionFixService.cs (1)
339await _editHandlerService.ApplyAsync(
Microsoft.VisualStudio.LanguageServices.Implementation (1)
SolutionExplorer\AnalyzersCommandHandler.cs (1)
464await editHandlerService.ApplyAsync(