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