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