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