2 writes to LoadOptions
System.Data.Linq (1)
DataContext.cs (1)
120this.LoadOptions = context.LoadOptions;
System.Web.DynamicData (1)
DynamicData\DynamicDataExtensions.cs (1)
282context.LoadOptions = loadOptions;
11 references to LoadOptions
System.Data.Linq (11)
DataContext.cs (1)
120this.LoadOptions = context.LoadOptions;
SqlClient\Query\Translator.cs (4)
82if (this.services.Context.LoadOptions == null) { 85return this.services.Context.LoadOptions.IsPreloaded(member); 154if (context.LoadOptions!=null) { 155LambdaExpression subquery = context.LoadOptions.GetAssociationSubquery(association.ThisMember.Member);
SqlClient\Reader\ObjectReaderCompiler.cs (3)
185DataLoadOptions options = this.services.Context.LoadOptions; 1059(this.compiler.services.Context.LoadOptions == null || 1060!this.compiler.services.Context.LoadOptions.IsPreloaded(mm.Member))
SqlClient\SqlProvider.cs (3)
1456SqlBinder binder = new SqlBinder(this.translator, this.sqlFactory, this.services.Model, this.services.Context.LoadOptions, columnizer, canUseOuterApply); 1693this.originalShape = provider.services.Context.LoadOptions; 1711if (!AreEquivalentShapes(this.originalShape, sqlProvider.services.Context.LoadOptions)) {