2 writes to Name
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (2)
CachedExpressionCompilerTest.cs (2)
720
ValueType2 = new ValueType2 {
Name
= expected },
760
NullableValueType2 = new ValueType2 {
Name
= expected },
3 references to Name
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (3)
CachedExpressionCompilerTest.cs (3)
722
var expression = GetExpression<ValueType1, string>(m => m.ValueType2.
Name
);
762
var expression = GetExpression<ValueType1, string>(m => m.NullableValueType2.Value.
Name
);
778
var expression = GetExpression<ValueType1, string>(m => m.NullableValueType2.Value.
Name
);