1 instantiation of FilterCacheItem
System (1)
compmod\system\componentmodel\TypeDescriptor.cs (1)
2683
FilterCacheItem cacheItem = new
FilterCacheItem
(componentFilter, cacheValue);
3 references to FilterCacheItem
System (3)
compmod\system\componentmodel\TypeDescriptor.cs (3)
2523
FilterCacheItem
cacheItem = cache[_pipelineFilterKeys[pipelineType]] as
FilterCacheItem
;
2683
FilterCacheItem
cacheItem = new FilterCacheItem(componentFilter, cacheValue);