3 writes to NullableValueType2
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (3)
CachedExpressionCompilerTest.cs (3)
760NullableValueType2 = new ValueType2 { Name = expected }, 777var model = new ValueType1 { NullableValueType2 = null }; 793var model = new ValueType1 { NullableValueType2 = null };
3 references to NullableValueType2
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (3)
CachedExpressionCompilerTest.cs (3)
762var expression = GetExpression<ValueType1, string>(m => m.NullableValueType2.Value.Name); 778var expression = GetExpression<ValueType1, string>(m => m.NullableValueType2.Value.Name); 794var expression = GetExpression<ValueType1, DateTime>(m => m.NullableValueType2.Value.Date);