4 overrides of Properties
Microsoft.AspNetCore.Grpc.Swagger (1)
Microsoft.AspNetCore.Mvc.Abstractions.Test (1)
Microsoft.AspNetCore.Mvc.ApiExplorer (1)
Microsoft.AspNetCore.Mvc.Core (1)
129 references to Properties
Microsoft.AspNetCore.Mvc.Abstractions (4)
Microsoft.AspNetCore.Mvc.ApiExplorer (2)
Microsoft.AspNetCore.Mvc.Core (19)
Microsoft.AspNetCore.Mvc.Core.Test (83)
ModelBinding\Validation\DefaultComplexObjectValidationStrategyTest.cs (12)
36Assert.Same(metadata.Properties["Age"], entry.Metadata);
42Assert.Same(metadata.Properties["Id"], entry.Metadata);
48Assert.Same(metadata.Properties["Name"], entry.Metadata);
76Assert.Same(metadata.Properties["Age"], entry.Metadata);
82Assert.Same(metadata.Properties["Id"], entry.Metadata);
88Assert.Same(metadata.Properties["Name"], entry.Metadata);
110Assert.Same(metadata.Properties["Age"], entry.Metadata);
116Assert.Same(metadata.Properties["Id"], entry.Metadata);
122Assert.Same(metadata.Properties["Name"], entry.Metadata);
145Assert.Same(metadata.Properties["Age"], entry.Metadata);
151Assert.Same(metadata.Properties["Id"], entry.Metadata);
157Assert.Same(metadata.Properties["Name"], entry.Metadata);
Microsoft.AspNetCore.Mvc.DataAnnotations.Test (6)
Microsoft.AspNetCore.Mvc.IntegrationTests (3)
Microsoft.AspNetCore.Mvc.NewtonsoftJson (1)
Microsoft.AspNetCore.Mvc.ViewFeatures (11)