6 writes to isRemote
System.Data.Linq (6)
SqlClient\Query\Funcletizer.cs (6)
93
this.
isRemote
= false;
109
this.
isRemote
= false;
121
this.
isRemote
= true;
123
this.
isRemote
|= saveIsRemote;
128
this.
isRemote
|= (m.Expression != null && typeof(ITable).IsAssignableFrom(m.Expression.Type));
133
this.
isRemote
|= m.Method.DeclaringType == typeof(System.Data.Linq.Provider.DataManipulation)
2 references to isRemote
System.Data.Linq (2)
SqlClient\Query\Funcletizer.cs (2)
102
bool saveIsRemote = this.
isRemote
;
111
if (!this.
isRemote