3 references to VerifyCurrentParameterNameWorkerAsync
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (3)
SignatureHelp\AbstractSignatureHelpProviderTests.cs (3)
149
await
VerifyCurrentParameterNameWorkerAsync
(markup, expectedParameterName, sourceCodeKind.Value);
153
await
VerifyCurrentParameterNameWorkerAsync
(markup, expectedParameterName, SourceCodeKind.Regular);
154
await
VerifyCurrentParameterNameWorkerAsync
(markup, expectedParameterName, SourceCodeKind.Script);