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