3 references to WithIndex
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
PullMemberUp\CSharpPullMemberUpTests.cs (1)
4262(parameters ?? TestParameters.Default).WithFixProviderData(service).WithOptions(options).WithIndex(index));
Microsoft.CodeAnalysis.EditorFeatures.DiagnosticsTests.Utilities (2)
CodeActions\AbstractCodeActionOrUserDiagnosticTest.cs (2)
398return TestInRegularAndScript1Async(initialMarkup, expectedMarkup, (parameters ?? TestParameters.Default).WithIndex(index)); 881await TestInRegularAndScript1Async(input, output, parameters.WithIndex(index));