提交 98e5bfb1 编写于 作者: C CyrusNajmabadi

Make fields private.

上级 9f6517c2
......@@ -28,17 +28,17 @@ private class InstallPackageAndAddImportCodeAction : CodeAction
/// The document before we added the import. Used so we can roll back if installing
/// the package failed.
/// </summary>
public readonly Document OldDocument;
private readonly Document OldDocument;
/// <summary>
/// The document after the import has been added.
/// </summary>
public readonly Document NewDocument;
private readonly Document NewDocument;
/// <summary>
/// The operation that will actually install the nuget package.
/// </summary>
public readonly InstallPackageDirectlyCodeActionOperation InstallOperation;
private readonly InstallPackageDirectlyCodeActionOperation InstallOperation;
public InstallPackageAndAddImportCodeAction(
string title,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册