2 instantiations of SingleDirectoryContents
NuGet.Commands (2)
RestoreCommand\ContentFiles\SingleFileProvider.cs (2)
63
return new
SingleDirectoryContents
(new VirtualFileInfo(_path, isDirectory: false));
69
return new
SingleDirectoryContents
(new VirtualFileInfo(path, isDirectory: true));