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)
25
string blockCommentEndString) : this(
new
(
ExternalAccess\VSTypeScript\VSTypeScriptCommentSelectionService.cs (1)
22
=>
new
(
9 references to CommentSelectionInfo
Microsoft.CodeAnalysis.EditorFeatures (4)
CommentSelection\AbstractToggleBlockCommentBase.cs (1)
83
var
commentInfo = service.GetInfo();
CommentSelection\CommentUncommentSelectionCommandHandler.cs (2)
117
var
commentInfo = service.GetInfo();
185
var
info = service.GetInfo();
CommentSelection\ToggleLineCommentCommandHandler.cs (1)
67
var
commentInfo = service.GetInfo();
Microsoft.CodeAnalysis.Features (5)
CommentSelection\AbstractCommentSelectionService.cs (1)
14
public
CommentSelectionInfo
GetInfo()
CommentSelection\ICommentSelectionService.cs (1)
11
CommentSelectionInfo
GetInfo();
ExternalAccess\VSTypeScript\Api\VSTypeScriptCommentSelectionInfo.cs (2)
13
internal readonly
CommentSelectionInfo
UnderlyingObject;
15
internal VSTypeScriptCommentSelectionInfo(
CommentSelectionInfo
underlyingObject)
ExternalAccess\VSTypeScript\VSTypeScriptCommentSelectionService.cs (1)
21
public
CommentSelectionInfo
GetInfo()