2 instantiations of VerificationException
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\Internal\Runtime\CompilerHelpers\ThrowHelpers.cs (1)
95
throw new System.Security.
VerificationException
();
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshal.cs (1)
880
return new System.Security.
VerificationException
();
3 references to VerificationException
mscorlib (1)
parent\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.Runtime (1)
src\runtime\artifacts\obj\System.Runtime\Release\net11.0\System.Runtime.Forwards.cs (1)
786
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.
VerificationException
))]