1 write to maxCacheSize
System.Data.Linq (1)
SqlClient\Reader\ObjectReaderCompiler.cs (1)
313this.maxCacheSize = maxCacheSize;
1 reference to maxCacheSize
System.Data.Linq (1)
SqlClient\Reader\ObjectReaderCompiler.cs (1)
336if (this.list.Count > this.maxCacheSize) {