2 writes to NullableValueTypeModel
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (2)
CachedExpressionCompilerTest.cs (2)
640
NullableValueTypeModel
= new ValueType1
666
NullableValueTypeModel
= null
2 references to NullableValueTypeModel
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (2)
CachedExpressionCompilerTest.cs (2)
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);