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