9 instantiations of NameAndId
Microsoft.AspNetCore.Mvc.TagHelpers.Test (9)
TextAreaTagHelperTest.cs (9)
44new NameAndId("Text", "Text"), 48new NameAndId("Text", "Text"), 51new NameAndId("Text", "Text"), 55new NameAndId("NestedModel.Text", "NestedModel_Text"), 58new NameAndId("NestedModel.Text", "NestedModel_Text"), 62new NameAndId("[0].Text", "z0__Text"), 65new NameAndId("[1].Text", "z1__Text"), 69new NameAndId("[0].NestedModel.Text", "z0__NestedModel_Text"), 72new NameAndId("[1].NestedModel.Text", "z1__NestedModel_Text"),
3 references to NameAndId
Microsoft.AspNetCore.Mvc.TagHelpers.Test (3)
TextAreaTagHelperTest.cs (3)
15public static TheoryData<object, Type, object, NameAndId, string> TestDataSet 41return new TheoryData<object, Type, object, NameAndId, string> 84NameAndId nameAndId,