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