3 references to IndexOfFileName
Microsoft.CodeAnalysis.Workspaces (3)
Diagnostics\Extensions.cs (1)
94var fileNameSpan = reference.FullPath.AsSpan(FileNameUtilities.IndexOfFileName(reference.FullPath));
src\Compilers\Core\Portable\InternalUtilities\FileNameUtilities.cs (2)
33return IndexOfFileName(path) == 0; 192int fileNameStart = IndexOfFileName(path);