6 references to IsOSX
Microsoft.NET.HostModel (6)
Bundle\Bundler.cs (3)
329if (_target.IsOSX && _macosCodesign) 349if (_target.IsOSX) 389if (_target.IsOSX && machFile is not null)
Bundle\TargetInfo.cs (3)
86return IsWindows ? PEUtils.IsPEImage(filePath) : IsOSX ? MachObjectFile.IsMachOImage(filePath) : ElfUtils.IsElfImage(filePath); 119private string HostFxr => IsWindows ? "hostfxr.dll" : IsOSX ? "libhostfxr.dylib" : "libhostfxr.so"; 120private string HostPolicy => IsWindows ? "hostpolicy.dll" : IsOSX ? "libhostpolicy.dylib" : "libhostpolicy.so";