5 references to new
Microsoft.CodeAnalysis.EditorFeatures (5)
CommentSelection\AbstractToggleBlockCommentBase.cs (2)
35
new
(new List<TextChange>(), new List<CommentTrackingSpan>(), Operation.Uncomment);
132
return new
CommentSelectionResult
(textChanges.ToArrayAndFree(), trackingSpans.ToArrayAndFree(), returnOperation);
CommentSelection\CommentUncommentSelectionCommandHandler.cs (1)
100
return new
CommentSelectionResult
(textChanges.ToArrayAndFree(), spanTrackingList.ToArrayAndFree(), operation);
CommentSelection\ToggleLineCommentCommandHandler.cs (2)
41
new
(new List<TextChange>(), new List<CommentTrackingSpan>(), Operation.Uncomment);
117
return new
CommentSelectionResult
(textChanges, trackingSpans, operation);