1 write to staticTables
System.Data.Linq (1)
Mapping\AttributedMetaModel.cs (1)
148
this.
staticTables
= new List<MetaTable>(tables).AsReadOnly();
2 references to staticTables
System.Data.Linq (2)
Mapping\AttributedMetaModel.cs (2)
110
if (this.
staticTables
.Count > 0) {
111
return this.
staticTables
;