1 write to _activationInfo
Microsoft.AspNetCore.Mvc.Razor (1)
RazorPageActivator.cs (1)
37
_activationInfo
= new ConcurrentDictionary<CacheKey, RazorPagePropertyActivator>();
4 references to _activationInfo
Microsoft.AspNetCore.Mvc.Razor (4)
RazorPageActivator.cs (4)
52
_activationInfo
.Clear();
55
internal ConcurrentDictionary<CacheKey, RazorPagePropertyActivator> ActivationInfo =>
_activationInfo
;
79
if (!
_activationInfo
.TryGetValue(cacheKey, out var propertyActivator))
98
propertyActivator =
_activationInfo
.GetOrAdd(cacheKey, propertyActivator);