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