6 references to InsertText
Microsoft.CodeAnalysis.EditorFeatures (6)
CommentSelection\AbstractToggleBlockCommentBase.cs (6)
234InsertText(textChanges, selectedSpan.Start, commentInfo.BlockCommentEndString); 235InsertText(textChanges, selectedSpan.Start, commentInfo.BlockCommentStartString); 243InsertText(textChanges, selectedSpan.End, commentInfo.BlockCommentEndString); 244InsertText(textChanges, selectedSpan.End, commentInfo.BlockCommentStartString); 254InsertText(textChanges, span.Start, commentInfo.BlockCommentStartString); 255InsertText(textChanges, span.End, commentInfo.BlockCommentEndString);