1 write to CurrentParameterIndex
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
SignatureHelp\SignatureHelpTestItem.cs (1)
68
this.
CurrentParameterIndex
= currentParameterIndex;
7 references to CurrentParameterIndex
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (7)
SignatureHelp\AbstractSignatureHelpProviderTests.cs (7)
195
if (expectedTestItem.
CurrentParameterIndex
!= null)
197
if (expectedTestItem.
CurrentParameterIndex
.Value >= 0 && expectedTestItem.
CurrentParameterIndex
.Value < actualSignatureHelpItem.Parameters.Length)
199
currentParameterIndex = expectedTestItem.
CurrentParameterIndex
.Value;
231
if (expectedTestItem.
CurrentParameterIndex
!= null)
233
Assert.True(expectedTestItem.
CurrentParameterIndex
== items.SemanticParameterIndex, $"The current parameter is {items.SemanticParameterIndex}, but we expected {expectedTestItem.
CurrentParameterIndex
}");