4 references to TimeSpec
System.Private.CoreLib (4)
src\libraries\Common\src\Interop\Unix\System.Native\Interop.UTimensat.cs (2)
26internal static unsafe partial int UTimensat(string path, TimeSpec* times); 29internal static unsafe partial int FUTimens(SafeHandle fd, TimeSpec* times);
src\libraries\System.Private.CoreLib\src\System\IO\FileStatus.Unix.cs (2)
392Interop.Sys.TimeSpec* buf = stackalloc Interop.Sys.TimeSpec[2];