2 writes to IsNativeImage
Microsoft.DotNet.SignCheckLibrary (2)
Verification\PortableExecutableVerifier.cs (2)
54svr.IsNativeImage = !portableExecutableHeader.IsILImage; 84svr.IsNativeImage = true;
2 references to IsNativeImage
Microsoft.DotNet.SignCheckLibrary (2)
Verification\PortableExecutableVerifier.cs (2)
44svr.IsSigned = svr.IsAuthentiCodeSigned & ((svr.IsStrongNameSigned) || (!VerifyStrongNameSignature) || svr.IsNativeImage); 56if (!svr.IsNativeImage)