2 writes to Properties
Microsoft.AspNetCore.Mvc.RazorPages (2)
ApplicationModels\PageRouteModel.cs (2)
37
Properties
= new Dictionary<object, object?>();
55
Properties
= new Dictionary<object, object?>(other.Properties);
2 references to Properties
Microsoft.AspNetCore.Mvc.RazorPages (2)
ApplicationModels\PageRouteModel.cs (1)
55
Properties = new Dictionary<object, object?>(other.
Properties
);
Infrastructure\PageActionDescriptorProvider.cs (1)
105
Properties = new Dictionary<object, object?>(model.
Properties
),