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