6 references to ArrayTypeMismatchException
Microsoft.VisualBasic.Core (1)
Microsoft\VisualBasic\CompilerServices\Utils.vb (1)
95
Throw New Global.System.
ArrayTypeMismatchException
()
System.Numerics.Tensors (1)
System\ThrowHelper.cs (1)
34
throw new
ArrayTypeMismatchException
();
System.Private.CoreLib (4)
src\coreclr\nativeaot\Runtime.Base\src\System\Runtime\ExceptionHandling.cs (1)
320
ExceptionIDs.ArrayTypeMismatch => new
ArrayTypeMismatchException
(),
src\libraries\System.Private.CoreLib\src\Internal\Runtime\CompilerHelpers\ThrowHelpers.cs (1)
74
throw new
ArrayTypeMismatchException
();
src\libraries\System.Private.CoreLib\src\System\ThrowHelper.cs (1)
77
throw new
ArrayTypeMismatchException
();
src\System\Runtime\CompilerServices\CastHelpers.cs (1)
411
throw new
ArrayTypeMismatchException
();