1 write to assoc
System.Data.Linq (1)
Mapping\MappedMetaModel.cs (1)
1131
this.
assoc
= new MappedAssociation(this, (AssociationMapping)this.memberMap);
3 references to assoc
System.Data.Linq (3)
Mapping\MappedMetaModel.cs (3)
1128
if (this.
assoc
== null) {
1130
if (this.
assoc
== null) {
1136
return this.
assoc
;