If the path in the CodeView data is a Windows path `Path.GetFileName` doesn't return the file name: ```C# string pdbFileName = Path.GetFileName(codeViewData.Path); ```
If the path in the CodeView data is a Windows path
Path.GetFileNamedoesn't return the file name: