1 type derived from TileQueryProcessor
System.Data.Entity (1)
System\Data\Mapping\ViewGeneration\QueryRewriting\FragmentQueryProcessor.cs (1)
25internal class FragmentQueryProcessor : TileQueryProcessor<FragmentQuery>
3 references to TileQueryProcessor
System.Data.Entity (3)
System\Data\Mapping\ViewGeneration\QueryRewriting\Tile.cs (3)
45private readonly TileQueryProcessor<T_Query> _tileQueryProcessor; 47internal DefaultTileProcessor(TileQueryProcessor<T_Query> tileQueryProcessor) 52internal TileQueryProcessor<T_Query> QueryProcessor