9 instantiations of NameAndId
Microsoft.AspNetCore.Mvc.TagHelpers.Test (9)
InputTagHelperTest.cs (9)
589{ null, typeof(Model), null, new NameAndId("Text", "Text"), 592{ modelWithNull, typeof(Model), modelWithNull.Text, new NameAndId("Text", "Text"), 594{ modelWithText, typeof(Model), modelWithText.Text, new NameAndId("Text", "Text"), 598new NameAndId("NestedModel.Text", "NestedModel_Text"), string.Empty }, 600new NameAndId("NestedModel.Text", "NestedModel_Text"), "inner text" }, 603new NameAndId("[0].Text", "z0__Text"), string.Empty }, 605new NameAndId("[1].Text", "z1__Text"), "outer text" }, 608new NameAndId("[0].NestedModel.Text", "z0__NestedModel_Text"), string.Empty }, 610new NameAndId("[1].NestedModel.Text", "z1__NestedModel_Text"), "inner text" },
3 references to NameAndId
Microsoft.AspNetCore.Mvc.TagHelpers.Test (3)
InputTagHelperTest.cs (3)
561public static TheoryData<object, Type, object, NameAndId, string> TestDataSet 587return new TheoryData<object, Type, object, NameAndId, string> 621NameAndId nameAndId,