1 instantiation of AttributeFilterCacheItem
System.ComponentModel.TypeConverter (1)
System\ComponentModel\TypeDescriptor.cs (1)
1929AttributeFilterCacheItem filterCache = new AttributeFilterCacheItem(filter, cacheValue);
2 references to AttributeFilterCacheItem
System.ComponentModel.TypeConverter (2)
System\ComponentModel\TypeDescriptor.cs (2)
1887if (cache[s_pipelineAttributeFilterKeys[pipelineType]] is AttributeFilterCacheItem filterCache && filterCache.IsValid(filter)) 1929AttributeFilterCacheItem filterCache = new AttributeFilterCacheItem(filter, cacheValue);