2 writes to NullableValueTypeModel
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (2)
CachedExpressionCompilerTest.cs (2)
640NullableValueTypeModel = new ValueType1 666NullableValueTypeModel = null
2 references to NullableValueTypeModel
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (2)
CachedExpressionCompilerTest.cs (2)
647var expression = GetExpression<Chain0Model, string>(m => m.Chain1.NullableValueTypeModel.Value.TestModel.DifferentModel.Name); 670var expression = GetExpression<Chain0Model, string>(m => m.Chain1.NullableValueTypeModel.Value.TestModel.DifferentModel.Name);