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)
202
if (expectedTestItem.
CurrentParameterIndex
!= null)
204
if (expectedTestItem.
CurrentParameterIndex
.Value >= 0 && expectedTestItem.
CurrentParameterIndex
.Value < actualSignatureHelpItem.Parameters.Length)
206
currentParameterIndex = expectedTestItem.
CurrentParameterIndex
.Value;
238
if (expectedTestItem.
CurrentParameterIndex
!= null)
240
Assert.True(expectedTestItem.
CurrentParameterIndex
== items.SemanticParameterIndex, $"The current parameter is {items.SemanticParameterIndex}, but we expected {expectedTestItem.
CurrentParameterIndex
}");