2 references to PeVerifyModules
Microsoft.CodeAnalysis.Test.Utilities (2)
Platform\Desktop\DesktopRuntimeEnvironment.cs (2)
327
emitData.Manager.
PeVerifyModules
(new[] { emitData.MainModule.FullName }, throwOnError: true);
359
return emitData.Manager.
PeVerifyModules
(modulesToVerify, throwOnError: false);