10 references to InsertText
Microsoft.CodeAnalysis.EditorFeatures (10)
CommentSelection\AbstractToggleBlockCommentBase.cs (6)
234
InsertText
(textChanges, selectedSpan.Start, commentInfo.BlockCommentEndString);
235
InsertText
(textChanges, selectedSpan.Start, commentInfo.BlockCommentStartString);
243
InsertText
(textChanges, selectedSpan.End, commentInfo.BlockCommentEndString);
244
InsertText
(textChanges, selectedSpan.End, commentInfo.BlockCommentStartString);
254
InsertText
(textChanges, span.Start, commentInfo.BlockCommentStartString);
255
InsertText
(textChanges, span.End, commentInfo.BlockCommentEndString);
CommentSelection\CommentUncommentSelectionCommandHandler.cs (3)
174
InsertText
(textChanges, span.Start, commentInfo.BlockCommentStartString);
175
InsertText
(textChanges, span.End, commentInfo.BlockCommentEndString);
310
InsertText
(textChanges, line.Start + indentToCommentAt, info.SingleLineCommentString);
CommentSelection\ToggleLineCommentCommandHandler.cs (1)
148
InsertText
(textChanges, line.Start + indentation, commentInfo.SingleLineCommentString);