3 writes to RelativePath
NuGet.Commands (3)
RestoreCommand\ContentFiles\FileProviderGlobbingDirectory.cs (3)
41
RelativePath
= string.Empty;
47
RelativePath
= _parent.RelativePath + DirectorySeparatorChar + _fileInfo.Name;
52
RelativePath
= _fileInfo.Name;
3 references to RelativePath
NuGet.Commands (3)
RestoreCommand\ContentFiles\FileProviderGlobbingDirectory.cs (3)
44
else if (!string.IsNullOrEmpty(parent?.
RelativePath
))
47
RelativePath = _parent.
RelativePath
+ DirectorySeparatorChar + _fileInfo.Name;
90
foreach (var fileInfo in _fileProvider.GetDirectoryContents(
RelativePath
))