2 overrides of GetCommentStartingIndex
Microsoft.CodeAnalysis.CSharp.Features (1)
TaskList\CSharpTaskListService.cs (1)
68
protected override int
GetCommentStartingIndex
(string message)
Microsoft.CodeAnalysis.VisualBasic.Features (1)
TaskList\VisualBasicTaskListService.vb (1)
50
Protected Overrides Function
GetCommentStartingIndex
(message As String) As Integer
1 reference to GetCommentStartingIndex
Microsoft.CodeAnalysis.Features (1)
TaskList\AbstractTaskListService.cs (1)
88
var index =
GetCommentStartingIndex
(message);