3 writes to loadOptions
System.Data.Linq (3)
DataContext.cs (3)
149this.loadOptions = null; 928this.loadOptions = null; 948this.loadOptions = value;
2 references to loadOptions
System.Data.Linq (2)
DataContext.cs (2)
938return this.loadOptions; 942if (this.services.HasCachedObjects && value != this.loadOptions) {