3 writes to autoSync
System.Data.Linq (3)
Mapping\MappedMetaModel.cs (3)
997this.autoSync = AutoSync.OnInsert; 1001this.autoSync = cmap.AutoSync; 1005this.autoSync = AutoSync.Always;
1 reference to autoSync
System.Data.Linq (1)
Mapping\MappedMetaModel.cs (1)
1121get { return this.autoSync; }