3 implementations of GetInfo
Microsoft.CodeAnalysis.ExternalAccess.FSharp (1)
Internal\CommentSelection\FSharpCommentSelectionService.cs (1)
29
public CommentSelectionInfo
GetInfo
()
Microsoft.CodeAnalysis.Features (2)
CommentSelection\AbstractCommentSelectionService.cs (1)
23
public CommentSelectionInfo
GetInfo
()
ExternalAccess\VSTypeScript\VSTypeScriptCommentSelectionService.cs (1)
28
public CommentSelectionInfo
GetInfo
()
4 references to GetInfo
Microsoft.CodeAnalysis.EditorFeatures (4)
CommentSelection\AbstractToggleBlockCommentBase.cs (1)
86
var commentInfo = service.
GetInfo
();
CommentSelection\CommentUncommentSelectionCommandHandler.cs (2)
125
var commentInfo = service.
GetInfo
();
193
var info = service.
GetInfo
();
CommentSelection\ToggleLineCommentCommandHandler.cs (1)
74
var commentInfo = service.
GetInfo
();