3 implementations of GetInfo
Microsoft.CodeAnalysis.ExternalAccess.FSharp (1)
Internal\CommentSelection\FSharpCommentSelectionService.cs (1)
24
public CommentSelectionInfo
GetInfo
()
Microsoft.CodeAnalysis.Features (2)
CommentSelection\AbstractCommentSelectionService.cs (1)
14
public CommentSelectionInfo
GetInfo
()
ExternalAccess\VSTypeScript\VSTypeScriptCommentSelectionService.cs (1)
21
public CommentSelectionInfo
GetInfo
()
4 references to GetInfo
Microsoft.CodeAnalysis.EditorFeatures (4)
CommentSelection\AbstractToggleBlockCommentBase.cs (1)
81
var commentInfo = service.
GetInfo
();
CommentSelection\CommentUncommentSelectionCommandHandler.cs (2)
117
var commentInfo = service.
GetInfo
();
185
var info = service.
GetInfo
();
CommentSelection\ToggleLineCommentCommandHandler.cs (1)
68
var commentInfo = service.
GetInfo
();