1 write to _parent
NuGet.Commands (1)
RestoreCommand\ContentFiles\FileProviderGlobbingDirectory.cs (1)
36
_parent
= parent;
4 references to _parent
NuGet.Commands (4)
RestoreCommand\ContentFiles\FileProviderGlobbingDirectory.cs (4)
47
RelativePath =
_parent
.RelativePath + DirectorySeparatorChar + _fileInfo.Name;
62
if (_isRoot ||
_parent
== null)
68
return
_parent
.FullName + DirectorySeparatorChar + Name;
84
return
_parent
;