Skip to content
This repository was archived by the owner on Aug 26, 2026. It is now read-only.

Commit d33237e

Browse files
Clarify unused param (#1268)
1 parent 716731d commit d33237e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/VisualStudio.Roslyn.SDK/SyntaxVisualizer/Roslyn.SyntaxVisualizer.Control/ControlExtensions.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ namespace Roslyn.SyntaxVisualizer.Control
88
{
99
internal static class ControlExtensions
1010
{
11-
// preserve pre-migration implementation
11+
// for now, keep unused parameter to ease migration into dotnet/roslyn
12+
// post-migration, we can fixup this unused param
1213
// https://github.com/dotnet/roslyn/issues/84573
1314
internal static Point Clamp(this Point _, FrameworkElement element)
1415
{

0 commit comments

Comments
 (0)