Implemented interface member:
property
Properties
Microsoft.AspNetCore.Mvc.ApplicationModels.IPropertyModel.Properties
2 writes to Properties
Microsoft.AspNetCore.Mvc.Core (2)
ApplicationModels\ActionModel.cs (2)
39Properties = new Dictionary<object, object?>(); 61Properties = new Dictionary<object, object?>(other.Properties);
4 references to Properties
Microsoft.AspNetCore.Mvc.Core (4)
ApplicationModels\ActionModel.cs (1)
61Properties = new Dictionary<object, object?>(other.Properties);
ApplicationModels\ApiConventionApplicationModelConvention.cs (2)
72action.Properties[typeof(ApiConventionResult)] = result; 84action.Properties[typeof(ProducesErrorResponseTypeAttribute)] = errorTypeAttribute;
ApplicationModels\ControllerActionDescriptorBuilder.cs (1)
161foreach (var item in action.Properties)