提交 231e24e6 编写于 作者: C CyrusNajmabadi

Formatting.

上级 80165f13
......@@ -9,7 +9,6 @@ internal abstract partial class AbstractAddImportCodeFixProvider<TSimpleNameSynt
{
private partial class MetadataSymbolReference : SymbolReference
{
private class AddMetadataReferenceCodeActionOperation: CodeActionOperation
{
private readonly DocumentId _documentId;
......
......@@ -7,17 +7,8 @@ namespace Microsoft.CodeAnalysis.CodeFixes.AddImport
{
internal abstract partial class AbstractAddImportCodeFixProvider<TSimpleNameSyntax>
{
/// <summary>
/// Handles references to source symbols both from the current project the user is invoking
/// 'add-import' from, as well as symbols from other viable projects.
///
/// In the case where the reference is from another project we put a glyph in the add using
/// light bulb and we say "(from ProjectXXX)" to make it clear that this will do more than
/// just add a using/import.
/// </summary>
private partial class ProjectSymbolReference : SymbolReference
{
private class AddProjectReferenceCodeActionOperation : CodeActionOperation
{
private readonly DocumentId _contextDocumentId;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册