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