1 instantiation of Address3
Microsoft.AspNetCore.Mvc.IntegrationTests (1)
BinderTypeBasedModelBinderIntegrationTest.cs (1)
354
var address = new
Address3
{ Street = "SomeStreet" };
3 references to Address3
Microsoft.AspNetCore.Mvc.IntegrationTests (3)
BinderTypeBasedModelBinderIntegrationTest.cs (3)
192
public
Address3
Address { get; set; }
349
if (bindingContext.ModelType != typeof(
Address3
))
354
var
address = new Address3 { Street = "SomeStreet" };