提交 822b3673 编写于 作者: C Cyrus Najmabadi

Move tag source to where it is used.

上级 25696bee
......@@ -760,7 +760,7 @@
<Compile Include="Shared\Tagging\Tags\PreviewWarningTag.cs" />
<Compile Include="Shared\Tagging\Tags\PreviewWarningTagDefinition.cs" />
<Compile Include="Implementation\ReferenceHighlighting\ReferenceHighlightingTagSource.cs" />
<Compile Include="Shared\Tagging\TagSources\SemanticBufferTagSource.cs" />
<Compile Include="Implementation\Classification\SemanticBufferTagSource.cs" />
<Compile Include="Shared\Tagging\TagSources\ProducerPopulatedTagSource.cs" />
<Compile Include="Shared\Tagging\TagSources\TagSource_ReferenceCounting.cs" />
<Compile Include="Shared\Tagging\Utilities\BatchChangeNotifier.cs" />
......
......@@ -5,6 +5,7 @@
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.CodeAnalysis.Editor.Shared.Tagging;
using Microsoft.CodeAnalysis.Editor.Shared.Utilities;
using Microsoft.CodeAnalysis.Editor.Tagging;
using Microsoft.CodeAnalysis.LanguageServices;
......@@ -15,7 +16,7 @@
using Microsoft.VisualStudio.Text.Tagging;
using Roslyn.Utilities;
namespace Microsoft.CodeAnalysis.Editor.Shared.Tagging.TagSources
namespace Microsoft.CodeAnalysis.Editor.Implementation.Classification
{
internal sealed class SemanticBufferTagSource<TTag> : ProducerPopulatedTagSource<TTag> where TTag : ITag
{
......
......@@ -8,7 +8,6 @@
using Microsoft.CodeAnalysis.Editor.Shared.Extensions;
using Microsoft.CodeAnalysis.Editor.Shared.Options;
using Microsoft.CodeAnalysis.Editor.Shared.Tagging;
using Microsoft.CodeAnalysis.Editor.Shared.Tagging.TagSources;
using Microsoft.CodeAnalysis.Editor.Shared.Utilities;
using Microsoft.CodeAnalysis.Editor.Tagging;
using Microsoft.CodeAnalysis.ErrorReporting;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册