-
Type:
Improvement
-
Resolution: Unresolved
-
Priority:
Unknown
-
None
-
Affects Version/s: None
-
Component/s: LINQ
-
None
-
None
-
Dotnet Drivers
-
None
-
None
-
None
-
None
-
None
-
None
For example, instead of:
if (node.FieldName is AstConstantExpression constantFieldName && constantFieldName.Value.IsString && constantFieldName.Value.AsString == "_elements")
we could write:
if (node.FieldName.IsStringConstant("_elements"))
- blocks
-
CSHARP-5529 Optimize grouping.First().X to not retrieve the entire $$ROOT
-
- Blocked
-