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