2 references to DirectiveName
Microsoft.CodeAnalysis.Features (2)
Completion\Providers\Scripting\AbstractDirectivePathCompletionProvider.cs (2)
79if (directiveNameStartIndex == -1 || !text.ContentEquals(directiveNameStartIndex, DirectiveName)) 84var directiveNameEndIndex = directiveNameStartIndex + DirectiveName.Length;