4 references to NestedCollection
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (4)
Rendering\HtmlHelperNameExtensionsTest.cs (4)
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_" },