3 references to _propertyCache
Microsoft.AspNetCore.Http.Abstractions (3)
Routing\RouteValueDictionary.cs (3)
890if (!_propertyCache.TryGetValue(type, out Properties!)) 894_propertyCache.TryAdd(type, Properties); 927_propertyCache.Clear();