1 instantiation of AttributedMetaModel
System.Data.Linq (1)
Mapping\MappingSource.cs (1)
107
return new
AttributedMetaModel
(this, dataContextType);
6 references to AttributedMetaModel
System.Data.Linq (6)
Mapping\AttributedMetaModel.cs (6)
315
AttributedMetaModel
model;
323
internal AttributedMetaTable(
AttributedMetaModel
model, TableAttribute attr, Type rowType) {
393
internal AttributedRootType(
AttributedMetaModel
model, AttributedMetaTable table, Type type)
858
private
AttributedMetaModel
model;
872
public AttributedMetaFunction(
AttributedMetaModel
model, MethodInfo mi) {
1239
((
AttributedMetaModel
)this.metaType.Model).ContextType,