10 references to InsertText
Microsoft.CodeAnalysis.EditorFeatures (10)
CommentSelection\AbstractToggleBlockCommentBase.cs (6)
239
InsertText
(textChanges, selectedSpan.Start, commentInfo.BlockCommentEndString);
240
InsertText
(textChanges, selectedSpan.Start, commentInfo.BlockCommentStartString);
248
InsertText
(textChanges, selectedSpan.End, commentInfo.BlockCommentEndString);
249
InsertText
(textChanges, selectedSpan.End, commentInfo.BlockCommentStartString);
259
InsertText
(textChanges, span.Start, commentInfo.BlockCommentStartString);
260
InsertText
(textChanges, span.End, commentInfo.BlockCommentEndString);
CommentSelection\CommentUncommentSelectionCommandHandler.cs (3)
182
InsertText
(textChanges, span.Start, commentInfo.BlockCommentStartString);
183
InsertText
(textChanges, span.End, commentInfo.BlockCommentEndString);
318
InsertText
(textChanges, line.Start + indentToCommentAt, info.SingleLineCommentString);
CommentSelection\ToggleLineCommentCommandHandler.cs (1)
154
InsertText
(textChanges, line.Start + indentation, commentInfo.SingleLineCommentString);