2 instantiations of ComplexModel
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (2)
Rendering\HtmlHelperTextBoxTest.cs (2)
91
var model = new
ComplexModel
();
138
var model = new
ComplexModel
();
8 references to ComplexModel
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (8)
Rendering\HtmlHelperTextBoxTest.cs (8)
59
public static TheoryData<Expression<Func<
ComplexModel
, string>>, string> TextBoxFor_UsesModelValueForComplexExpressionsData
63
return new TheoryData<Expression<Func<
ComplexModel
, string>>, string>
87
Expression<Func<
ComplexModel
, string>> expression,
91
var
model = new ComplexModel();
106
public static TheoryData<Expression<Func<
ComplexModel
, string>>, string> TextBoxFor_UsesModelStateValueForComplexExpressionsData
110
return new TheoryData<Expression<Func<
ComplexModel
, string>>, string>
134
Expression<Func<
ComplexModel
, string>> expression,
138
var
model = new ComplexModel();