1 write to _fileInfo
NuGet.Commands (1)
RestoreCommand\ContentFiles\FileProviderGlobbingDirectory.cs (1)
35_fileInfo = fileInfo;
4 references to _fileInfo
NuGet.Commands (4)
RestoreCommand\ContentFiles\FileProviderGlobbingDirectory.cs (4)
38if (_fileInfo == null) 47RelativePath = _parent.RelativePath + DirectorySeparatorChar + _fileInfo.Name; 52RelativePath = _fileInfo.Name; 76return _fileInfo?.Name;