1 write to services
System.Data.Linq (1)
SqlClient\Reader\ObjectReaderCompiler.cs (1)
2483this.services = session.Provider.Services;
5 references to services
System.Data.Linq (5)
SqlClient\Reader\ObjectReaderCompiler.cs (5)
2543return this.services.InsertLookupCachedObject(mType, instance); 2548this.services.OnEntityMaterialized(mType, instance); 2567get { return this.services.Context.DeferredLoadingEnabled; } 2574factory = this.services.GetDeferredSourceFactory(member); 2584factory = this.services.GetDeferredSourceFactory(member);