You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/Utilities/TypeStyle/CSharpUseImplicitTypeHelper.cs
+7-11Lines changed: 7 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -122,18 +122,14 @@ SyntaxKind.ForStatement or
122
122
if(variableDeclaration.Variablesis not [{Initializer.Value:varinitializer}variable])
123
123
returnfalse;
124
124
125
-
// Do not suggest var replacement for stackalloc span expressions.
126
-
// This will change the bound type from a span to a pointer.
0 commit comments