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