2 references to DirectorySeparatorChar
NuGet.Commands (2)
RestoreCommand\ContentFiles\FileProviderGlobbingDirectory.cs (2)
47
RelativePath = _parent.RelativePath +
DirectorySeparatorChar
+ _fileInfo.Name;
68
return _parent.FullName +
DirectorySeparatorChar
+ Name;