1 instantiation of CacheKey
Microsoft.AspNetCore.Mvc.Razor (1)
RazorPageActivator.cs (1)
78var cacheKey = new CacheKey(pageType, providedModelType);
6 references to CacheKey
Microsoft.AspNetCore.Mvc.Razor (6)
RazorPageActivator.cs (6)
20private readonly ConcurrentDictionary<CacheKey, RazorPagePropertyActivator> _activationInfo; 37_activationInfo = new ConcurrentDictionary<CacheKey, RazorPagePropertyActivator>(); 55internal ConcurrentDictionary<CacheKey, RazorPagePropertyActivator> ActivationInfo => _activationInfo; 78var cacheKey = new CacheKey(pageType, providedModelType); 104internal readonly struct CacheKey : IEquatable<CacheKey> 116public bool Equals(CacheKey other)