2 references to IsLocationCommented
Microsoft.CodeAnalysis.EditorFeatures (2)
CommentSelection\AbstractToggleBlockCommentBase.cs (2)
234
if (blockCommentSelection.
IsLocationCommented
(selectedSpan.Start) && !startsWithCommentMarker)
243
if (blockCommentSelection.
IsLocationCommented
(selectedSpan.End) && !endsWithCommentMarker)