File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11using System . Diagnostics . CodeAnalysis ;
22using System . IO ;
3- using System . Linq ;
43using Microsoft . CodeAnalysis ;
54using Microsoft . CodeAnalysis . CSharp ;
65using Microsoft . CodeAnalysis . CSharp . Syntax ;
@@ -67,10 +66,7 @@ private Expression MakeZeroLiteral(IExpressionParentEntity parent, int child)
6766 /// <returns>An expression representing the endpoint of a range to be used in conjunction with a slice operation.</returns>
6867 private Expression MakeFromRangeEndpoint ( ExpressionSyntax syntax , IExpressionParentEntity parent , int child )
6968 {
70- var info = new ExpressionNodeInfo ( Context , syntax , parent , child )
71- {
72- IsCompilerGenerated = true
73- } ;
69+ var info = new ExpressionNodeInfo ( Context , syntax , parent , child ) ;
7470
7571 return syntax . Kind ( ) == SyntaxKind . IndexExpression
7672 ? PrefixUnary . Create ( info . SetKind ( ExprKind . INDEX ) )
You can’t perform that action at this time.
0 commit comments