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(
5 references to CommentSelectionInfo
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()