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