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);
3 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
);
Microsoft.AspNetCore.Mvc.RazorPages.Test (1)
ApplicationModels\CompiledPageActionDescriptorBuilderTest.cs (1)
90
Assert.Same(pageApplicationModel.
Properties
, actual.Properties);