We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95ae517 commit 1b7b191Copy full SHA for 1b7b191
src/Features/ExternalAccess/Copilot/Analyzer/CopilotAnalysisUtilities.cs
@@ -9,7 +9,8 @@
9
using Microsoft.CodeAnalysis.Text;
10
11
namespace Microsoft.CodeAnalysis.ExternalAccess.Copilot;
12
-internal class CopilotAnalysisUtilities
+
13
+internal static class CopilotAnalysisUtilities
14
{
15
public static Task AnalyzeCopilotChangeAsync(
16
Document document,
0 commit comments