1 instantiation of FilterCache
System.Data.Entity (1)
System\Data\Common\DataRecord.cs (1)
552
cache = new
FilterCache
();
2 references to FilterCache
System.Data.Entity (2)
System\Data\Common\DataRecord.cs (2)
432
private
FilterCache
_filterCache;
516
FilterCache
cache = _filterCache;