6 references to InsertText
Microsoft.CodeAnalysis.EditorFeatures (6)
CommentSelection\AbstractToggleBlockCommentBase.cs (6)
236InsertText(textChanges, selectedSpan.Start, commentInfo.BlockCommentEndString); 237InsertText(textChanges, selectedSpan.Start, commentInfo.BlockCommentStartString); 245InsertText(textChanges, selectedSpan.End, commentInfo.BlockCommentEndString); 246InsertText(textChanges, selectedSpan.End, commentInfo.BlockCommentStartString); 256InsertText(textChanges, span.Start, commentInfo.BlockCommentStartString); 257InsertText(textChanges, span.End, commentInfo.BlockCommentEndString);