1 instantiation of RuntimePeVerifyException
Microsoft.CodeAnalysis.Test.Utilities (1)
Platform\Desktop\RuntimeAssemblyManager.cs (1)
459
throw new
RuntimePeVerifyException
(errors.ToString(), dumpDir);
1 reference to RuntimePeVerifyException
Microsoft.CodeAnalysis.Test.Utilities (1)
Platform\Desktop\DesktopRuntimeEnvironment.cs (1)
333
catch (
RuntimePeVerifyException
ex)