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