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