1 write to factory
System.Data.Linq (1)
SqlClient\Query\SqlExpander.cs (1)
35this.factory = factory;
6 references to factory
System.Data.Linq (6)
SqlClient\Query\SqlExpander.cs (6)
135return factory.MethodCall(mcs[0].Method, mcs[0].Object, expandedArgs.ToArray(), mcs[0].SourceExpression); 195return factory.TypeCase(tcs[0].ClrType, tcs[0].RowType, discriminator, whens, tcs[0].SourceExpression); 232return factory.New(cobs[0].MetaType, cobs[0].Constructor, arguments, cobs[0].ArgMembers, bindings, exprs[0].SourceExpression); 311return factory.Unary(SqlNodeType.OuterJoinedValue, this.ExpandTogether(values)); 324return factory.DiscriminatedType(this.ExpandTogether(foos), ((SqlDiscriminatedType)exprs[0]).TargetType); 345return this.factory.ExprSet(rexprs, this.sourceExpression);