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)
398
return TestInRegularAndScript1Async(initialMarkup, expectedMarkup, (parameters ?? TestParameters.Default).
WithIndex
(index));
881
await TestInRegularAndScript1Async(input, output, parameters.
WithIndex
(index));