2 references to FileProviderGlobbingFile
NuGet.Commands (2)
RestoreCommand\ContentFiles\FileProviderGlobbingDirectory.cs (2)
103
return new
FileProviderGlobbingFile
(_fileProvider.GetFileInfo(path), this);
113
return new
FileProviderGlobbingFile
(fileInfo, this);