1 write to SupportsSingleLineComment
Microsoft.CodeAnalysis.Features (1)
CommentSelection\CommentSelectionInfo.cs (1)
11SupportsSingleLineComment = supportsSingleLineComment;
5 references to SupportsSingleLineComment
Microsoft.CodeAnalysis.EditorFeatures (5)
CommentSelection\CommentUncommentSelectionCommandHandler.cs (4)
126if (!commentInfo.SupportsBlockComment && !commentInfo.SupportsSingleLineComment) 132if (commentInfo.SupportsBlockComment && !commentInfo.SupportsSingleLineComment) 147else if (!commentInfo.SupportsBlockComment && commentInfo.SupportsSingleLineComment) 201if (info.SupportsSingleLineComment &&
CommentSelection\ToggleLineCommentCommandHandler.cs (1)
75if (commentInfo.SupportsSingleLineComment)