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(); 55internal ConcurrentDictionary<CacheKey, RazorPagePropertyActivator> ActivationInfo => _activationInfo; 79if (!_activationInfo.TryGetValue(cacheKey, out var propertyActivator)) 98propertyActivator = _activationInfo.GetOrAdd(cacheKey, propertyActivator);