Skip to content

Commit 7b39f56

Browse files
author
rstam
committed
Merge branch 'csharp471' of git://github.com/craiggwilson/mongo-csharp-driver into csharp471
2 parents 1f2b855 + 9bbef04 commit 7b39f56

File tree

8 files changed

+1034
-274
lines changed

8 files changed

+1034
-274
lines changed

Driver/Driver.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,10 +184,11 @@
184184
<Compile Include="Internal\MongoReplyMessage.cs" />
185185
<Compile Include="Internal\MongoUpdateMessage.cs" />
186186
<Compile Include="Internal\ReplicaSetConnector.cs" />
187+
<Compile Include="Linq\Expressions\ExpressionVisitorGeneric.cs" />
188+
<Compile Include="Linq\Utils\BsonSerializationInfoFinder.cs" />
187189
<Compile Include="Linq\Utils\BsonSerializationInfoHelper.cs" />
188190
<Compile Include="Linq\Expressions\ExpressionNormalizer.cs" />
189191
<Compile Include="Linq\Expressions\ExpressionFormatter.cs" />
190-
<Compile Include="Linq\Expressions\ExpressionParameterFinder.cs" />
191192
<Compile Include="Linq\Expressions\ExpressionParameterReplacer.cs" />
192193
<Compile Include="Linq\LinqToMongo.cs" />
193194
<Compile Include="Linq\Translators\DeserializationProjector.cs" />

Driver/Linq/Expressions/ExpressionParameterFinder.cs

Lines changed: 0 additions & 82 deletions
This file was deleted.

0 commit comments

Comments
 (0)