1 write to model
System.Data.Linq (1)
SqlClient\Query\MethodCallConverter.cs (1)
144
this.
model
= model;
2 references to model
System.Data.Linq (2)
SqlClient\Query\MethodCallConverter.cs (2)
300
MetaType mt = TypeSource.GetSourceMetaType(mc.Object, this.
model
);
333
Type originalType =
model
.GetMetaType(t.Operand.ClrType).InheritanceRoot.Type;