未验证 提交 d8f95583 编写于 作者: A Ankita Khera 提交者: GitHub

Update src/EditorFeatures/Core.Wpf/InlineParamNameHints/InlineParamNameHintsTagger.cs

Co-authored-by: NJason Malinowski <jason@jason-m.com>
上级 8912cd8b
......@@ -17,7 +17,7 @@ namespace Microsoft.CodeAnalysis.Editor.InlineParameterNameHints
/// the <see cref="InlineParamNameHintsTag"/>, which actually creates the UIElement. It reacts to
/// tags changing and updates the adornments accordingly.
/// </summary>
class InlineParamNameHintsTagger : ITagger<IntraTextAdornmentTag>, IDisposable
internal sealed class InlineParamNameHintsTagger : ITagger<IntraTextAdornmentTag>, IDisposable
{
private readonly ITagAggregator<InlineParamNameHintDataTag> _tagAggregator;
private readonly ITextBuffer _buffer;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册