3 writes to RelativePath
Microsoft.AspNetCore.Mvc.TagHelpers (3)
FileProviderGlobbingDirectory.cs (3)
31RelativePath = string.Empty; 37RelativePath = _parent.RelativePath + DirectorySeparatorChar + _fileInfo.Name; 42RelativePath = _fileInfo.Name;
3 references to RelativePath
Microsoft.AspNetCore.Mvc.TagHelpers (3)
FileProviderGlobbingDirectory.cs (3)
34else if (!string.IsNullOrEmpty(parent?.RelativePath)) 37RelativePath = _parent.RelativePath + DirectorySeparatorChar + _fileInfo.Name; 68foreach (var fileInfo in _fileProvider.GetDirectoryContents(RelativePath))