2 references to AddAsyncKeyword
Microsoft.CodeAnalysis.VisualBasic.Features (2)
VisualBasicMakeMethodAsynchronousCodeFixProvider.vb (2)
85
Dim newFunctionStatement =
AddAsyncKeyword
(functionStatement)
102
Dim newSubStatement =
AddAsyncKeyword
(node.SubOrFunctionStatement)