2 references to DeleteText
Microsoft.CodeAnalysis.EditorFeatures (2)
CommentSelection\AbstractToggleBlockCommentBase.cs (2)
263
DeleteText
(textChanges, new TextSpan(spanToRemove.Start, commentInfo.BlockCommentStartString.Length));
269
DeleteText
(textChanges, new TextSpan(endMarkerPosition, commentInfo.BlockCommentEndString.Length));