4 references to IsPreloaded
System.Data.Linq (4)
SqlClient\Query\SqlBinder.cs (2)
678&& this.shape != null && this.shape.IsPreloaded(mm.Member) && mm.LoadMethod == null 1044if (this.shape.IsPreloaded(mi) && mdm.LoadMethod == null) {
SqlClient\Query\Translator.cs (1)
85return this.services.Context.LoadOptions.IsPreloaded(member);
SqlClient\Reader\ObjectReaderCompiler.cs (1)
1060!this.compiler.services.Context.LoadOptions.IsPreloaded(mm.Member))