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)
118if (!commentInfo.SupportsBlockComment && !commentInfo.SupportsSingleLineComment) 124if (commentInfo.SupportsBlockComment && !commentInfo.SupportsSingleLineComment) 139else if (!commentInfo.SupportsBlockComment && commentInfo.SupportsSingleLineComment) 193if (info.SupportsSingleLineComment &&
CommentSelection\ToggleLineCommentCommandHandler.cs (1)
69if (commentInfo.SupportsSingleLineComment)