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)
38
if (
_fileInfo
== null)
47
RelativePath = _parent.RelativePath + DirectorySeparatorChar +
_fileInfo
.Name;
52
RelativePath =
_fileInfo
.Name;
76
return
_fileInfo
?.Name;