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