提交 35a779a4 编写于 作者: B Basoundr_ms 提交者: RoslynTeam

Change Public Type to Internal in Workspaces Layer:

 The Type PersistentStorageOptions and WeakAction has been changed from Public to Internal since we dont want to expose these types to the Public. (changeset 1213888)
上级 a55f579a
......@@ -5,7 +5,7 @@
namespace Microsoft.CodeAnalysis.Host
{
public class WeakAction<TAnchor, TArg> : IWeakAction<TArg> where TAnchor : class
internal class WeakAction<TAnchor, TArg> : IWeakAction<TArg> where TAnchor : class
{
private readonly WeakReference<TAnchor> owner;
private readonly Action<TAnchor, TArg> weakAction;
......
......@@ -4,7 +4,7 @@
namespace Microsoft.CodeAnalysis.Host
{
public static class PersistentStorageOptions
internal static class PersistentStorageOptions
{
public const string OptionName = "FeatureManager/Persistence";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册