4 references to ISplitCommentService
Microsoft.CodeAnalysis.EditorFeatures (4)
SplitComment\SplitCommentCommandHandler.cs (4)
68var splitCommentService = document.GetLanguageService<ISplitCommentService>(); 104private static bool LineProbablyContainsComment(ISplitCommentService service, SnapshotPoint position) 147var splitCommentService = document.LanguageServices.GetRequiredService<ISplitCommentService>(); 172private static bool IsFollowedByComment(SnapshotPoint point, ISplitCommentService splitCommentService)