2 references to AddAsyncKeyword
Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes (2)
src\Analyzers\VisualBasic\CodeFixes\MakeMethodAsynchronous\VisualBasicMakeMethodAsynchronousCodeFixProvider.vb (2)
89Dim newFunctionStatement = AddAsyncKeyword(functionStatement) 106Dim newSubStatement = AddAsyncKeyword(node.SubOrFunctionStatement)