1 write to Property1
Microsoft.AspNetCore.Mvc.IntegrationTests (1)
ValidationIntegrationTests.cs (1)
2459
public RecursiveModel Property3 => new RecursiveModel {
Property1
= Property1 };
3 references to Property1
Microsoft.AspNetCore.Mvc.IntegrationTests (3)
ValidationIntegrationTests.cs (3)
2442
Assert.Equal(8, model.
Property1
);
2459
public RecursiveModel Property3 => new RecursiveModel { Property1 =
Property1
};
2494
Assert.Equal(8, model.
Property1
);