3 references to PathSeparatorString
Microsoft.CodeAnalysis.Features (3)
PdbSourceDocument\ImplementationAssemblyLookupService.cs (3)
133string.Join(PathSeparatorString, pathParts, 0, refIndex), 135string.Join(PathSeparatorString, pathParts, refIndex + 1, pathParts.Length - refIndex - 1)); 152var referencedDllPath = string.Join(PathSeparatorString, pathParts);