Base:
method
VerifyCurrentParameterNameAsync
Microsoft.CodeAnalysis.Editor.UnitTests.SignatureHelp.AbstractSignatureHelpProviderTests<TWorkspaceFixture>.VerifyCurrentParameterNameAsync(System.String, System.String, Microsoft.CodeAnalysis.SourceCodeKind?)
3 references to VerifyCurrentParameterNameAsync
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests (3)
SignatureHelp\AttributeSignatureHelpProviderTests.vb (1)
245
Await
VerifyCurrentParameterNameAsync
(markupWithPosition:=markup, expectedParameterName:="y")
SignatureHelp\InvocationExpressionSignatureHelpProviderTests.vb (1)
878
Await
VerifyCurrentParameterNameAsync
(markup, "someParameter")
SignatureHelp\ObjectCreationExpressionSignatureHelpProviderTests.vb (1)
305
Await
VerifyCurrentParameterNameAsync
(markup, "a")