5 references to RemoveAsyncKeyword
Microsoft.CodeAnalysis.VisualBasic.Features (5)
VisualBasicMakeMethodSynchronousCodeFixProvider.vb (4)
62newFunctionStatement = RemoveAsyncModifierHelpers.RemoveAsyncKeyword(newFunctionStatement) 78subStatement = RemoveAsyncModifierHelpers.RemoveAsyncKeyword(subStatement) 86Dim newFunctionStatement = RemoveAsyncModifierHelpers.RemoveAsyncKeyword(functionStatement) 92Dim newSubStatement = RemoveAsyncModifierHelpers.RemoveAsyncKeyword(node.SubOrFunctionStatement)
VisualBasicRemoveAsyncModifierCodeFixProvider.vb (1)
38Dim newSubOrFunctionStatement = RemoveAsyncModifierHelpers.RemoveAsyncKeyword(subOrFunctionStatement)