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