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