提交 2aaef94b 编写于 作者: C Cyrus Najmabadi

Make private

上级 b75bbbcc
......@@ -11,7 +11,6 @@
using System.Threading.Tasks;
using Microsoft.CodeAnalysis.CodeActions;
using Microsoft.CodeAnalysis.CodeRefactorings;
using Microsoft.CodeAnalysis.CSharp.LanguageServices;
using Microsoft.CodeAnalysis.CSharp.Syntax;
using Microsoft.CodeAnalysis.EmbeddedLanguages.VirtualChars;
using Microsoft.CodeAnalysis.PooledObjects;
......@@ -24,8 +23,8 @@ internal abstract class AbstractConvertBetweenRegularAndVerbatimStringCodeRefact
: CodeRefactoringProvider
where TStringExpressionSyntax : ExpressionSyntax
{
protected const char OpenBrace = '{';
protected const char CloseBrace = '}';
private const char OpenBrace = '{';
private const char CloseBrace = '}';
protected const char DoubleQuote = '"';
protected abstract bool IsInterpolation { get; }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册