File tree 2 files changed +7
-2
lines changed
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -262,4 +262,5 @@ __pycache__/
262
262
/ILSpy
263
263
/ILSpy4
264
264
/ILSpy5
265
- /ILSpy6
265
+ /ILSpy6
266
+ /ILSpy7
Original file line number Diff line number Diff line change @@ -2361,7 +2361,11 @@ BEGIN NAMESPACE ILSpy.XSharpLanguage
2361
2361
SELF :WriteTypeArguments (simpleType :TypeArguments )
2362
2362
SELF :EndNode (simpleType)
2363
2363
2364
- VIRTUAL METHOD VisitSingleVariableDesignation ( singleVariableDesignation AS SingleVariableDesignation ) AS VOID
2364
+ VIRTUAL METHOD VisitSingleVariableDesignation ( singleVariableDesignation AS SingleVariableDesignation ) AS VOID
2365
+ SELF :StartNode (singleVariableDesignation)
2366
+ SELF :WriteIdentifier (singleVariableDesignation :IdentifierToken )
2367
+ SELF :EndNode (singleVariableDesignation)
2368
+
2365
2369
2366
2370
VIRTUAL METHOD VisitSizeOfExpression (sizeOfExpression AS SizeOfExpression) AS VOID
2367
2371
//
You can’t perform that action at this time.
0 commit comments