1 write to SupportsSingleLineComment
Microsoft.CodeAnalysis.Features (1)
CommentSelection\CommentSelectionInfo.cs (1)
11
SupportsSingleLineComment
= supportsSingleLineComment;
5 references to SupportsSingleLineComment
Microsoft.CodeAnalysis.EditorFeatures (5)
CommentSelection\CommentUncommentSelectionCommandHandler.cs (4)
118
if (!commentInfo.SupportsBlockComment && !commentInfo.
SupportsSingleLineComment
)
124
if (commentInfo.SupportsBlockComment && !commentInfo.
SupportsSingleLineComment
)
139
else if (!commentInfo.SupportsBlockComment && commentInfo.
SupportsSingleLineComment
)
193
if (info.
SupportsSingleLineComment
&&
CommentSelection\ToggleLineCommentCommandHandler.cs (1)
69
if (commentInfo.
SupportsSingleLineComment
)