2 references to GetMethodFromExpressionAsync
Microsoft.CodeAnalysis.VisualBasic.Features (2)
src\Analyzers\VisualBasic\CodeFixes\ConvertToAsync\VisualBasicConvertToAsyncFunctionCodeFixProvider.vb (2)
36
Dim methodNode = Await
GetMethodFromExpressionAsync
(node, semanticModel, cancellationToken).ConfigureAwait(False)
41
Dim tuple = Await
GetMethodFromExpressionAsync
(node, semanticModel, cancellationToken).ConfigureAwait(False)