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