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