1 write to Id
Microsoft.AspNetCore.Mvc.IntegrationTests (1)
HeaderModelBinderIntegrationTest.cs (1)
506
return new OrderWithTypeConverter() {
Id
= int.Parse(id, CultureInfo.InvariantCulture) };
3 references to Id
Microsoft.AspNetCore.Mvc.IntegrationTests (3)
HeaderModelBinderIntegrationTest.cs (3)
355
Assert.Equal(10, orderWithTypeConverter.
Id
);
492
return
Id
== other.
Id
;