gurustron commented on a change in pull request #8638:
URL: https://github.com/apache/ignite/pull/8638#discussion_r554451991



##########
File path: 
modules/platforms/dotnet/Apache.Ignite.Linq/Impl/CacheQueryExpressionVisitor.cs
##########
@@ -676,5 +683,20 @@ private void VisitArguments(IEnumerable<Expression> 
arguments)
                 Visit(e);
             }
         }
+
+        /// <summary>
+        /// Determines whether specified type is an anonymous type.
+        /// <para />
+        /// There is no 100% way to identify an anonymous type, since it is up 
to the compiler implementation,
+        /// so we rely on some well-known anonymous type properties.
+        /// </summary>
+        private static bool IsAnonymousType(Type type)

Review comment:
       Maybe add check for `CompilerGeneratedAttribute` ? 




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to