1 write to Street
Microsoft.AspNetCore.Mvc.IntegrationTests (1)
BinderTypeBasedModelBinderIntegrationTest.cs (1)
329
var address = new Address() {
Street
= "SomeStreet" };
5 references to Street
Microsoft.AspNetCore.Mvc.IntegrationTests (5)
BinderTypeBasedModelBinderIntegrationTest.cs (5)
177
Assert.Equal("SomeStreet", address.
Street
);
267
Assert.Equal("SomeStreet", boundPerson.Address.
Street
);
306
Assert.Equal("SomeStreet", boundPerson.Address.
Street
);
333
new string[] { address.
Street
},
334
address.
Street
);