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)
126
if (!commentInfo.SupportsBlockComment && !commentInfo.
SupportsSingleLineComment
)
132
if (commentInfo.SupportsBlockComment && !commentInfo.
SupportsSingleLineComment
)
147
else if (!commentInfo.SupportsBlockComment && commentInfo.
SupportsSingleLineComment
)
201
if (info.
SupportsSingleLineComment
&&
CommentSelection\ToggleLineCommentCommandHandler.cs (1)
75
if (commentInfo.
SupportsSingleLineComment
)