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