1 instantiation of PersonWithBindExclusion
Microsoft.AspNetCore.Mvc.Core.Test (1)
ModelBinding\Binders\ComplexObjectModelBinderTest.cs (1)
833var model = new PersonWithBindExclusion
12 references to PersonWithBindExclusion
Microsoft.AspNetCore.Mvc.Core.Test (12)
ModelBinding\Binders\ComplexObjectModelBinderTest.cs (12)
458[InlineData(nameof(PersonWithBindExclusion.FirstName))] 459[InlineData(nameof(PersonWithBindExclusion.LastName))] 463var metadata = GetMetadataForProperty(typeof(PersonWithBindExclusion), property); 473ModelMetadata = GetMetadataForType(typeof(PersonWithBindExclusion)), 486[InlineData(nameof(PersonWithBindExclusion.NonUpdateableProperty))] 490var metadata = GetMetadataForProperty(typeof(PersonWithBindExclusion), property); 500ModelMetadata = GetMetadataForType(typeof(PersonWithBindExclusion)), 513[InlineData(nameof(PersonWithBindExclusion.DateOfBirth))] 514[InlineData(nameof(PersonWithBindExclusion.DateOfDeath))] 518var metadata = GetMetadataForProperty(typeof(PersonWithBindExclusion), property); 525ModelMetadata = GetMetadataForType(typeof(PersonWithBindExclusion)), 833var model = new PersonWithBindExclusion