1 instantiation of CacheInfo
System.Data.Linq (1)
SqlClient\Reader\ObjectReaderCompiler.cs (1)
335
this.list.AddFirst(new LinkedListNode<CacheInfo>(new
CacheInfo
(elementType, dataReaderType, mapping, options, projection, factory)));
4 references to CacheInfo
System.Data.Linq (4)
SqlClient\Reader\ObjectReaderCompiler.cs (4)
293
LinkedList<
CacheInfo
> list;
314
this.list = new LinkedList<
CacheInfo
>();
318
for (LinkedListNode<
CacheInfo
> info = this.list.First; info != null; info = info.Next) {
335
this.list.AddFirst(new LinkedListNode<
CacheInfo
>(new CacheInfo(elementType, dataReaderType, mapping, options, projection, factory)));