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