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