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