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