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