3 writes to TestModel
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (3)
CachedExpressionCompilerTest.cs (3)
571
TestModel
= new TestModel { DifferentModel = new DifferentModel { Name = expected } }
595
ValueTypeModel = new ValueType1 {
TestModel
= null },
642
TestModel
= new TestModel { DifferentModel = new DifferentModel { Name = expected } }
5 references to TestModel
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (5)
CachedExpressionCompilerTest.cs (5)
576
var expression = GetExpression<Chain0Model, string>(m => m.Chain1.ValueTypeModel.
TestModel
.DifferentModel.Name);
599
var expression = GetExpression<Chain0Model, string>(m => m.Chain1.ValueTypeModel.
TestModel
.DifferentModel.Name);
620
var expression = GetExpression<Chain0Model, string>(m => m.Chain1.ValueTypeModel.
TestModel
.DifferentModel.Name);
647
var expression = GetExpression<Chain0Model, string>(m => m.Chain1.NullableValueTypeModel.Value.
TestModel
.DifferentModel.Name);
670
var expression = GetExpression<Chain0Model, string>(m => m.Chain1.NullableValueTypeModel.Value.
TestModel
.DifferentModel.Name);