Skip to content

Commit 9bbef04

Browse files
committed
refactored BsonSerializationInfoHelper into two classes to allow for easier maintenance.
1 parent 6317b7a commit 9bbef04

File tree

7 files changed

+768
-320
lines changed

7 files changed

+768
-320
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)