2 references to SetAttributes
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\IO\FileSystem.Unix.cs (1)
596=> default(FileStatus).SetAttributes(fullPath, attributes, asDirectory: false);
src\libraries\System.Private.CoreLib\src\System\IO\FileSystemInfo.Unix.cs (1)
41set => _fileStatus.SetAttributes(FullPath, value, _asDirectory);