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)
47RelativePath = _parent.RelativePath + DirectorySeparatorChar + _fileInfo.Name; 62if (_isRoot || _parent == null) 68return _parent.FullName + DirectorySeparatorChar + Name; 84return _parent;