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