2 instantiations of ComplexModel
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (2)
Rendering\HtmlHelperTextAreaTest.cs (2)
73
var model = new
ComplexModel
();
120
var model = new
ComplexModel
();
8 references to ComplexModel
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (8)
Rendering\HtmlHelperTextAreaTest.cs (8)
41
public static TheoryData<Expression<Func<
ComplexModel
, string>>, string> TextAreaFor_UsesModelValueForComplexExpressionsData
45
return new TheoryData<Expression<Func<
ComplexModel
, string>>, string>
69
Expression<Func<
ComplexModel
, string>> expression,
73
var
model = new ComplexModel();
88
public static TheoryData<Expression<Func<
ComplexModel
, string>>, string> TextAreaFor_UsesModelStateValueForComplexExpressionsData
92
return new TheoryData<Expression<Func<
ComplexModel
, string>>, string>
116
Expression<Func<
ComplexModel
, string>> expression,
120
var
model = new ComplexModel();