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)
53
throw new
ArrayTypeMismatchException
();
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\Internal\Runtime\CompilerHelpers\ThrowHelpers.cs (1)
74
throw new
ArrayTypeMismatchException
();
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshal.cs (1)
750
return new System.
ArrayTypeMismatchException
();
src\runtime\src\libraries\System.Private.CoreLib\src\System\ThrowHelper.cs (1)
77
throw new
ArrayTypeMismatchException
();
System\RuntimeExceptionHelpers.cs (1)
81
return new
ArrayTypeMismatchException
();