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