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