2 instantiations of RazorPagePropertyActivator
Microsoft.AspNetCore.Mvc.Razor (1)
RazorPageActivator.cs (1)
92propertyActivator = new RazorPagePropertyActivator(
Microsoft.AspNetCore.Mvc.RazorPages (1)
Infrastructure\DefaultPageFactoryProvider.cs (1)
53var propertyActivator = new RazorPagePropertyActivator(
11 references to RazorPagePropertyActivator
Microsoft.AspNetCore.Mvc.Razor (8)
RazorPageActivator.cs (8)
20private readonly ConcurrentDictionary<CacheKey, RazorPagePropertyActivator> _activationInfo; 24private readonly RazorPagePropertyActivator.PropertyValueAccessors _propertyAccessors; 37_activationInfo = new ConcurrentDictionary<CacheKey, RazorPagePropertyActivator>(); 40_propertyAccessors = new RazorPagePropertyActivator.PropertyValueAccessors 55internal ConcurrentDictionary<CacheKey, RazorPagePropertyActivator> ActivationInfo => _activationInfo; 63var propertyActivator = GetOrAddCacheEntry(page); 67internal RazorPagePropertyActivator GetOrAddCacheEntry(IRazorPage page) 79if (!_activationInfo.TryGetValue(cacheKey, out var propertyActivator))
Microsoft.AspNetCore.Mvc.RazorPages (3)
Infrastructure\DefaultPageFactoryProvider.cs (3)
19private readonly RazorPagePropertyActivator.PropertyValueAccessors _propertyAccessors; 32_propertyAccessors = new RazorPagePropertyActivator.PropertyValueAccessors 53var propertyActivator = new RazorPagePropertyActivator(