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