1 reference to IsNativeBinary
Microsoft.NET.HostModel (1)
Bundle\Bundler.cs (1)
227
bool isNativeBinary = _target.IsWindows ? isPE : _target.
IsNativeBinary
(fileSpec.SourcePath);