1 instantiation of VerificationException
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\Internal\Runtime\CompilerHelpers\ThrowHelpers.cs (1)
95throw new System.Security.VerificationException();
4 references to VerificationException
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
1078[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.VerificationException))]
netstandard (1)
netstandard.cs (1)
2011[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.VerificationException))]
System.Private.CoreLib (1)
src\System\Reflection\RuntimeMethodInfo.CoreCLR.cs (1)
437catch (VerificationException e)
System.Runtime (1)
artifacts\obj\System.Runtime\Debug\net10.0\System.Runtime.Forwards.cs (1)
765[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.VerificationException))]