2 references to AddAsyncKeyword
Microsoft.CodeAnalysis.VisualBasic.Features (2)
src\roslyn\src\Analyzers\VisualBasic\CodeFixes\MakeMethodAsynchronous\VisualBasicMakeMethodAsynchronousCodeFixProvider.vb (2)
93
Dim newFunctionStatement =
AddAsyncKeyword
(functionStatement)
110
Dim newSubStatement =
AddAsyncKeyword
(node.SubOrFunctionStatement)