1 write to secondaryModels
System.Data.Linq (1)
Mapping\MappingSource.cs (1)
50Interlocked.CompareExchange<Dictionary<Type, MetaModel>>(ref this.secondaryModels, new Dictionary<Type, MetaModel>(), null);
4 references to secondaryModels
System.Data.Linq (4)
Mapping\MappingSource.cs (4)
49if (this.secondaryModels == null) { 62if (this.secondaryModels.TryGetValue(dataContextType, out foundModel)) { 72if (this.secondaryModels.TryGetValue(dataContextType, out foundModel)) { 78this.secondaryModels.Add(dataContextType, model);