10 references to Index
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (10)
Rendering\HtmlHelperNameExtensionsTest.cs (10)
275{ m => nestedCollection[_index][Index], "nestedCollection[7][9]", "nestedCollection_7__9_" }, 276{ m => nestedCollection[Index][StaticIndex], "nestedCollection[9][8]", "nestedCollection_9__8_" }, 281{ m => _nestedCollection[Index][_staticIndex], "_nestedCollection[9][6]", "znestedCollection_9__6_" }, 284{ m => Collection[Index], "Collection[9]", "Collection_9_" }, 285{ m => NestedCollection[Index][23], "NestedCollection[9][23]", "NestedCollection_9__23_" }, 286{ m => NestedCollection[Index][index2], "NestedCollection[9][23]", "NestedCollection_9__23_" }, 287{ m => NestedCollection[_index][Index], "NestedCollection[7][9]", "NestedCollection_7__9_" }, 288{ m => NestedCollection[Index][StaticIndex], "NestedCollection[9][8]", "NestedCollection_9__8_" }, 290{ m => _staticCollection[Index], "_staticCollection[9]", "zstaticCollection_9_" }, 299{ m => m[Index].Inner.Name, "[9].Inner.Name", "z9__Inner_Name" },