1 implementation of ApplyAsync
Microsoft.CodeAnalysis.EditorFeatures (1)
CodeActions\CodeActionEditHandlerService.cs (1)
92
public async Task<bool>
ApplyAsync
(
2 references to ApplyAsync
Microsoft.CodeAnalysis.EditorFeatures (1)
Suggestions\SuggestedActions\SuggestedAction.cs (1)
178
await EditHandler.
ApplyAsync
(
Microsoft.VisualStudio.LanguageServices (1)
TableDataSource\Suppression\VisualStudioSuppressionFixService.cs (1)
339
await _editHandlerService.
ApplyAsync
(