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