1 instantiation of PersonWithBindExclusion
Microsoft.AspNetCore.Mvc.Core.Test (1)
ModelBinding\Binders\ComplexTypeModelBinderTest.cs (1)
965var model = new PersonWithBindExclusion
12 references to PersonWithBindExclusion
Microsoft.AspNetCore.Mvc.Core.Test (12)
ModelBinding\Binders\ComplexTypeModelBinderTest.cs (12)
639[InlineData(nameof(PersonWithBindExclusion.FirstName))] 640[InlineData(nameof(PersonWithBindExclusion.LastName))] 644var metadata = GetMetadataForProperty(typeof(PersonWithBindExclusion), property); 654ModelMetadata = GetMetadataForType(typeof(PersonWithBindExclusion)), 667[InlineData(nameof(PersonWithBindExclusion.NonUpdateableProperty))] 671var metadata = GetMetadataForProperty(typeof(PersonWithBindExclusion), property); 681ModelMetadata = GetMetadataForType(typeof(PersonWithBindExclusion)), 694[InlineData(nameof(PersonWithBindExclusion.DateOfBirth))] 695[InlineData(nameof(PersonWithBindExclusion.DateOfDeath))] 699var metadata = GetMetadataForProperty(typeof(PersonWithBindExclusion), property); 706ModelMetadata = GetMetadataForType(typeof(PersonWithBindExclusion)), 965var model = new PersonWithBindExclusion