5 references to ArrayTypeMismatchException
Microsoft.VisualBasic.Core (1)
Microsoft\VisualBasic\CompilerServices\Utils.vb (1)
95Throw New Global.System.ArrayTypeMismatchException()
System.Numerics.Tensors (1)
System\ThrowHelper.cs (1)
34throw new ArrayTypeMismatchException();
System.Private.CoreLib (3)
src\coreclr\nativeaot\Runtime.Base\src\System\Runtime\ExceptionHandling.cs (1)
321ExceptionIDs.ArrayTypeMismatch => new ArrayTypeMismatchException(),
src\libraries\System.Private.CoreLib\src\System\ThrowHelper.cs (1)
71throw new ArrayTypeMismatchException();
src\System\Runtime\CompilerServices\CastHelpers.cs (1)
386throw new ArrayTypeMismatchException();