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