3 references to VisiblePropertiesCache
Microsoft.AspNetCore.Http.Abstractions (3)
src\Shared\PropertyHelper\PropertyHelper.cs (3)
146return GetVisibleProperties(type, PropertiesCache, VisiblePropertiesCache); 406/// <param name="visiblePropertiesCache">The cache to store results in. Use <see cref="VisiblePropertiesCache"/> if the calling type does not have its own independent cache. Use <see langword="null"/> to avoid caching.</param> 565VisiblePropertiesCache.Clear();