13 references to Libraries
System.IO.FileSystem.Watcher (13)
src\runtime\src\libraries\Common\src\Interop\Linux\System.Native\Interop.INotify.cs (3)
13[LibraryImport(Libraries.SystemNative, EntryPoint = "SystemNative_INotifyInit", SetLastError = true)] 16[LibraryImport(Libraries.SystemNative, EntryPoint = "SystemNative_INotifyAddWatch", StringMarshalling = StringMarshalling.Utf8, SetLastError = true)] 19[LibraryImport(Libraries.SystemNative, EntryPoint = "SystemNative_INotifyRemoveWatch", SetLastError = true)]
src\runtime\src\libraries\Common\src\Interop\Unix\Interop.Errors.cs (3)
196[LibraryImport(Libraries.SystemNative, EntryPoint = "SystemNative_ConvertErrorPlatformToPal")] 200[LibraryImport(Libraries.SystemNative, EntryPoint = "SystemNative_ConvertErrorPalToPlatform")] 204[LibraryImport(Libraries.SystemNative, EntryPoint = "SystemNative_StrErrorR")]
src\runtime\src\libraries\Common\src\Interop\Unix\System.Native\Interop.PathConf.cs (1)
23[LibraryImport(Libraries.SystemNative, EntryPoint = "SystemNative_PathConf", StringMarshalling = StringMarshalling.Utf8, SetLastError = true)]
src\runtime\src\libraries\Common\src\Interop\Unix\System.Native\Interop.Poll.cs (1)
20[LibraryImport(Libraries.SystemNative, EntryPoint = "SystemNative_Poll")]
src\runtime\src\libraries\Common\src\Interop\Unix\System.Native\Interop.Read.cs (2)
21[LibraryImport(Libraries.SystemNative, EntryPoint = "SystemNative_Read", SetLastError = true)] 24[LibraryImport(Libraries.SystemNative, EntryPoint = "SystemNative_ReadFromNonblocking", SetLastError = true)]
src\runtime\src\libraries\Common\src\Interop\Unix\System.Native\Interop.Stat.cs (3)
59[LibraryImport(Libraries.SystemNative, EntryPoint = "SystemNative_FStat", SetLastError = true)] 62[LibraryImport(Libraries.SystemNative, EntryPoint = "SystemNative_Stat", StringMarshalling = StringMarshalling.Utf8, SetLastError = true)] 65[LibraryImport(Libraries.SystemNative, EntryPoint = "SystemNative_LStat", StringMarshalling = StringMarshalling.Utf8, SetLastError = true)]