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