6 references to PropertiesCache
Microsoft.AspNetCore.Http.Abstractions (6)
src\Shared\PropertyHelper\PropertyHelper.cs (6)
125
return GetProperties(type,
PropertiesCache
);
146
return GetVisibleProperties(type,
PropertiesCache
, VisiblePropertiesCache);
333
foreach (var helper in GetProperties(value.GetType(),
PropertiesCache
))
405
/// <param name="allPropertiesCache">The cache to store results in. Use <see cref="
PropertiesCache
"/> to use the default cache. Use <see langword="null"/> to avoid caching.</param>
487
/// <param name="cache">The cache to store results in. Use <see cref="
PropertiesCache
"/> to use the default cache. Use <see langword="null"/> to avoid caching.</param>
564
PropertiesCache
.Clear();