1 write to services
System.Data.Linq (1)
SqlClient\Reader\ObjectReaderCompiler.cs (1)
157
this.
services
= services;
4 references to services
System.Data.Linq (4)
SqlClient\Reader\ObjectReaderCompiler.cs (4)
184
object mapping = this.
services
.Context.Mapping.Identity;
185
DataLoadOptions options = this.
services
.Context.LoadOptions;
1059
(this.compiler.
services
.Context.LoadOptions == null ||
1060
!this.compiler.
services
.Context.LoadOptions.IsPreloaded(mm.Member))