3 implementations of ICommentSelectionService
Microsoft.CodeAnalysis.ExternalAccess.FSharp (1)
Internal\CommentSelection\FSharpCommentSelectionService.cs (1)
21internal class FSharpCommentSelectionService : ICommentSelectionService
Microsoft.CodeAnalysis.Features (2)
CommentSelection\AbstractCommentSelectionService.cs (1)
16internal abstract class AbstractCommentSelectionService : ICommentSelectionService
ExternalAccess\VSTypeScript\VSTypeScriptCommentSelectionService.cs (1)
20internal sealed class VSTypeScriptCommentSelectionService : ICommentSelectionService
12 references to ICommentSelectionService
Microsoft.CodeAnalysis.CSharp.Features (1)
CommentSelection\CSharpCommentSelectionService.cs (1)
14[ExportLanguageService(typeof(ICommentSelectionService), LanguageNames.CSharp), Shared]
Microsoft.CodeAnalysis.EditorFeatures (8)
CommentSelection\AbstractCommentSelectionBase.cs (3)
72Document document, ICommentSelectionService service, ITextBuffer textBuffer, NormalizedSnapshotSpanCollection selectedSpans, 109var service = document.GetLanguageService<ICommentSelectionService>();
CommentSelection\AbstractToggleBlockCommentBase.cs (1)
75internal override CommentSelectionResult CollectEdits(Document document, ICommentSelectionService service,
CommentSelection\CommentUncommentSelectionCommandHandler.cs (3)
83Document document, ICommentSelectionService service, ITextBuffer subjectBuffer, NormalizedSnapshotSpanCollection selectedSpans, 107ICommentSelectionService service, SnapshotSpan span, 190ICommentSelectionService service, SnapshotSpan span,
CommentSelection\ToggleLineCommentCommandHandler.cs (1)
65internal override CommentSelectionResult CollectEdits(Document document, ICommentSelectionService service,
Microsoft.CodeAnalysis.ExternalAccess.FSharp (1)
Internal\CommentSelection\FSharpCommentSelectionService.cs (1)
20[ExportLanguageService(typeof(ICommentSelectionService), LanguageNames.FSharp)]
Microsoft.CodeAnalysis.Features (1)
ExternalAccess\VSTypeScript\VSTypeScriptCommentSelectionService.cs (1)
19[ExportLanguageService(typeof(ICommentSelectionService), InternalLanguageNames.TypeScript), Shared]
Microsoft.CodeAnalysis.VisualBasic.Features (1)
CommentSelection\VisualBasicCommentSelectionService.vb (1)
10<ExportLanguageService(GetType(ICommentSelectionService), LanguageNames.VisualBasic), [Shared]>