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