2 writes to Properties
Microsoft.AspNetCore.Mvc.RazorPages (2)
ApplicationModels\PageApplicationModel.cs (2)
42
Properties
= new CopyOnWriteDictionary<object, object?>(
65
Properties
= new Dictionary<object, object?>(other.Properties);
2 references to Properties
Microsoft.AspNetCore.Mvc.RazorPages (2)
ApplicationModels\CompiledPageActionDescriptorBuilder.cs (1)
58
Properties = applicationModel.
Properties
,
ApplicationModels\PageApplicationModel.cs (1)
65
Properties = new Dictionary<object, object?>(other.
Properties
);