File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/MongoDB.Driver/Linq/Linq3Implementation/Misc
tests/MongoDB.Driver.Tests/Linq/Linq3Implementation/Jira Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2323namespace MongoDB . Driver . Linq . Linq3Implementation . Misc ;
2424
2525/// <summary>
26- /// This visitor rewrites expressions where new features of .NET CLR or
26+ /// This visitor rewrites expressions where features of .NET CLR or
2727/// C# compiler interfere with LINQ expression tree translation.
2828/// </summary>
2929internal class ClrCompatExpressionRewriter : ExpressionVisitor
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ public void MemoryExtensions_SequenceEqual_in_Single_should_work()
101101
102102 var result = collection . AsQueryable ( ) . Single ( Rewrite ( ( C x ) => ratings . SequenceEqual ( x . Ratings ) ) ) ;
103103
104- result . Id . Should ( ) . Be ( 3 ) ;
104+ result . Id . Should ( ) . Be ( 3 ) ;
105105 }
106106
107107 [ Fact ]
You can’t perform that action at this time.
0 commit comments