6 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 (4)
src\coreclr\nativeaot\Runtime.Base\src\System\Runtime\ExceptionHandling.cs (1)
320ExceptionIDs.ArrayTypeMismatch => new ArrayTypeMismatchException(),
src\libraries\System.Private.CoreLib\src\Internal\Runtime\CompilerHelpers\ThrowHelpers.cs (1)
74throw new ArrayTypeMismatchException();
src\libraries\System.Private.CoreLib\src\System\ThrowHelper.cs (1)
77throw new ArrayTypeMismatchException();
src\System\Runtime\CompilerServices\CastHelpers.cs (1)
411throw new ArrayTypeMismatchException();