提交 bc0016bd 编写于 作者: J Jason Malinowski

Make a method internal that can be internal

上级 fbda84ba
......@@ -55,7 +55,7 @@ internal VisualStudioMetadataReferenceManager(IServiceProvider serviceProvider,
Debug.Assert(temporaryStorageService != null);
}
public IEnumerable<ITemporaryStreamStorage> GetStorages(string fullPath, DateTime snapshotTimestamp)
internal IEnumerable<ITemporaryStreamStorage> GetStorages(string fullPath, DateTime snapshotTimestamp)
{
var key = new FileKey(fullPath, snapshotTimestamp);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册