提交 f89abf31 编写于 作者: C CyrusNajmabadi

Add comment.

上级 e3d8b0bd
......@@ -8,6 +8,12 @@ namespace Microsoft.CodeAnalysis.AddImport
{
internal abstract partial class AbstractAddImportCodeFixProvider<TSimpleNameSyntax>
{
/// <summary>
/// Code action for adding an import when we find a symbol in source in either our
/// starting project, or some other unreferenced project in the solution. If we
/// find a source symbol in a different project, we'll also add a p2p reference when
/// we apply the code action.
/// </summary>
private class ProjectSymbolReferenceCodeAction : SymbolReferenceCodeAction
{
/// <summary>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册