2 references to GetOperationsAsync
Microsoft.CodeAnalysis.Features (2)
GenerateType\AbstractGenerateTypeService.CodeAction.cs (2)
72
return await editor.
GetOperationsAsync
().ConfigureAwait(false);
181
operations = await editor.
GetOperationsAsync
().ConfigureAwait(false);