4 instantiations of CommentSelectionInfo
Microsoft.CodeAnalysis.Features (4)
CommentSelection\AbstractCommentSelectionService.cs (2)
16? new(supportsSingleLineComment: true, SupportsBlockComment, SingleLineCommentString, BlockCommentStartString, BlockCommentEndString) 17: new(supportsSingleLineComment: true, SupportsBlockComment, SingleLineCommentString, blockCommentStartString: "", blockCommentEndString: "");
ExternalAccess\VSTypeScript\Api\VSTypeScriptCommentSelectionInfo.cs (1)
25string blockCommentEndString) : this(new(
ExternalAccess\VSTypeScript\VSTypeScriptCommentSelectionService.cs (1)
22=> new(
9 references to CommentSelectionInfo
Microsoft.CodeAnalysis.EditorFeatures (4)
CommentSelection\AbstractToggleBlockCommentBase.cs (1)
83var commentInfo = service.GetInfo();
CommentSelection\CommentUncommentSelectionCommandHandler.cs (2)
117var commentInfo = service.GetInfo(); 185var info = service.GetInfo();
CommentSelection\ToggleLineCommentCommandHandler.cs (1)
67var commentInfo = service.GetInfo();
Microsoft.CodeAnalysis.Features (5)
CommentSelection\AbstractCommentSelectionService.cs (1)
14public CommentSelectionInfo GetInfo()
CommentSelection\ICommentSelectionService.cs (1)
11CommentSelectionInfo GetInfo();
ExternalAccess\VSTypeScript\Api\VSTypeScriptCommentSelectionInfo.cs (2)
13internal readonly CommentSelectionInfo UnderlyingObject; 15internal VSTypeScriptCommentSelectionInfo(CommentSelectionInfo underlyingObject)
ExternalAccess\VSTypeScript\VSTypeScriptCommentSelectionService.cs (1)
21public CommentSelectionInfo GetInfo()