4 references to _nestedCollection
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (4)
Rendering\HtmlHelperNameExtensionsTest.cs (4)
279{ m => _nestedCollection[_index][23], "_nestedCollection[7][23]", "znestedCollection_7__23_" }, 280{ m => _nestedCollection[_index][index2], "_nestedCollection[7][23]", "znestedCollection_7__23_" }, 281{ m => _nestedCollection[Index][_staticIndex], "_nestedCollection[9][6]", "znestedCollection_9__6_" }, 282{ m => _nestedCollection[StaticIndex][_index], "_nestedCollection[8][7]", "znestedCollection_8__7_" },