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