File tree Expand file tree Collapse file tree
src/System.Linq.Dynamic.Core/Parser Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- using JetBrains . Annotations ;
2- using System . Collections ;
1+ using System . Collections ;
32using System . Collections . Generic ;
43using System . ComponentModel ;
54using System . Globalization ;
1110using System . Linq . Dynamic . Core . Validation ;
1211using System . Linq . Expressions ;
1312using System . Reflection ;
13+ using JetBrains . Annotations ;
1414
1515namespace System . Linq . Dynamic . Core . Parser
1616{
@@ -49,9 +49,9 @@ public class ExpressionParser
4949 /// <summary>
5050 /// There was a problem when an expression contained multiple lambdas where
5151 /// the ItName was not cleared and freed for the next lambda. This variable
52- /// store the ItName of the last parsed lambda. Not used internally by
53- /// ExpressionParser, but used to preserve compatiblity of parsingConfig.RenameParameterExpression
54- /// which was designed to wonly work with mono-lambda expressions
52+ /// stores the ItName of the last parsed lambda.
53+ /// Not used internally by ExpressionParser, but used to preserve compatiblity of parsingConfig.RenameParameterExpression
54+ /// which was designed to only work with mono-lambda expressions.
5555 /// </summary>
5656 public string LastLambdaItName { get ; private set ; } = KeywordsHelper . KEYWORD_IT ;
5757
You can’t perform that action at this time.
0 commit comments