10 references to GreedyPropertiesMayHaveData
Microsoft.AspNetCore.Mvc.Core (5)
ModelBinding\Binders\ComplexObjectModelBinder.cs (5)
68Debug.Assert(propertyData == GreedyPropertiesMayHaveData || propertyData == ValueProviderDataAvailable); 149propertyData == GreedyPropertiesMayHaveData) 260propertyData == GreedyPropertiesMayHaveData) 352propertyData == GreedyPropertiesMayHaveData) 650return GreedyPropertiesMayHaveData;
Microsoft.AspNetCore.Mvc.Core.Test (5)
ModelBinding\Binders\ComplexObjectModelBinderTest.cs (5)
74[InlineData(ComplexObjectModelBinder.GreedyPropertiesMayHaveData)] 176[InlineData(typeof(TypeWithAtLeastOnePropertyMarkedUsingValueBinderMetadata), ComplexObjectModelBinder.GreedyPropertiesMayHaveData)] 178[InlineData(typeof(TypeWithUnmarkedAndBinderMetadataMarkedProperties), ComplexObjectModelBinder.GreedyPropertiesMayHaveData)] 204[InlineData(typeof(TypeWithAtLeastOnePropertyMarkedUsingValueBinderMetadata), ComplexObjectModelBinder.GreedyPropertiesMayHaveData)] 239[InlineData(typeof(TypeWithUnmarkedAndBinderMetadataMarkedProperties), false, ComplexObjectModelBinder.GreedyPropertiesMayHaveData)]