Skip to content

Commit 650cfa6

Browse files
CopilotYunchuWang
andcommitted
Improve comment accuracy based on code review feedback
Co-authored-by: YunchuWang <[email protected]>
1 parent fcc9f38 commit 650cfa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Analyzers/Orchestration/OrchestrationAnalyzer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ void FindInvokedMethods(
333333
// We also need to check if the syntax tree is part of the compilation to avoid 'SyntaxTree is not part of the compilation' exception.
334334
if (!this.Compilation.ContainsSyntaxTree(calleeSyntax.SyntaxTree))
335335
{
336-
// Skip this syntax tree if it's not part of the compilation (e.g., from external assemblies)
336+
// Skip this syntax tree if it's not part of the current compilation context (e.g., from referenced projects or source generators)
337337
continue;
338338
}
339339

0 commit comments

Comments
 (0)