2 overrides of IsIdentifierCharacter
Microsoft.CodeAnalysis.CSharp.Features (1)
TaskList\CSharpTaskListService.cs (1)
65
protected override bool
IsIdentifierCharacter
(char ch)
Microsoft.CodeAnalysis.VisualBasic.Features (1)
TaskList\VisualBasicTaskListService.vb (1)
46
Protected Overrides Function
IsIdentifierCharacter
(ch As Char) As Boolean
1 reference to IsIdentifierCharacter
Microsoft.CodeAnalysis.Features (1)
TaskList\AbstractTaskListService.cs (1)
103
if (message.Length > index + token.Length &&
IsIdentifierCharacter
(message[index + token.Length]))