5 references to PEUtils
dotnet (1)
ShellShim\AppHostShimMaker.cs (1)
36var windowsGraphicalUserInterfaceBit = PEUtils.GetWindowsGraphicalUserInterfaceBit(entryPointFullPath);
Microsoft.NET.HostModel (4)
AppHost\HostWriter.cs (3)
100appHostIsPEImage = PEUtils.IsPEImage(accessor); 109PEUtils.SetWindowsGraphicalUserInterfaceBit(accessor); 114PEUtils.RemoveCetCompatBit(mappedFile, accessor);
Bundle\TargetInfo.cs (1)
86return IsWindows ? PEUtils.IsPEImage(filePath) : IsOSX ? MachObjectFile.IsMachOImage(filePath) : ElfUtils.IsElfImage(filePath);