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