From 5de19439805914e82f73211f43abf143ff6cc9f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=81=E4=B9=9D?= <366193849@qq.com> Date: Tue, 9 Nov 2021 21:44:46 +0800 Subject: [PATCH] protected Inner --- FastGithub.FlowAnalyze/DelegatingStream.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FastGithub.FlowAnalyze/DelegatingStream.cs b/FastGithub.FlowAnalyze/DelegatingStream.cs index 0e36d0a..603ce07 100644 --- a/FastGithub.FlowAnalyze/DelegatingStream.cs +++ b/FastGithub.FlowAnalyze/DelegatingStream.cs @@ -7,7 +7,7 @@ namespace FastGithub.FlowAnalyze { abstract class DelegatingStream : Stream { - public Stream Inner { get; } + protected Stream Inner { get; } public DelegatingStream(Stream inner) {