1 write to primaryModel
System.Data.Linq (1)
Mapping\MappingSource.cs (1)
37Interlocked.CompareExchange<MetaModel>(ref this.primaryModel, model, null);
3 references to primaryModel
System.Data.Linq (3)
Mapping\MappingSource.cs (3)
35if (this.primaryModel == null) { 41if (this.primaryModel.ContextType == dataContextType) { 42return this.primaryModel;