2 references to AfterLastSlashIndex
Microsoft.CodeAnalysis.Features (2)
Completion\Providers\Scripting\AbstractDirectivePathCompletionProvider.cs (2)
102
var afterLastSlashIndex =
AfterLastSlashIndex
(path, path.Length);
119
var afterLastSlashIndex =
AfterLastSlashIndex
(quotedPath, positionInQuotedPath);