18 instantiations of RankException
GenerateDocumentationAndConfigFiles (1)
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedArray.cs (1)
144throw new RankException(SR.Rank_MustMatch);
Microsoft.Build (1)
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Segmented\SegmentedArray.cs (1)
144throw new RankException(SR.Rank_MustMatch);
Microsoft.CodeAnalysis (1)
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedArray.cs (1)
144throw new RankException(SR.Rank_MustMatch);
Microsoft.CodeAnalysis.Analyzers (1)
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedArray.cs (1)
144throw new RankException(SR.Rank_MustMatch);
Microsoft.CodeAnalysis.AnalyzerUtilities (1)
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedArray.cs (1)
144throw new RankException(SR.Rank_MustMatch);
Microsoft.CodeAnalysis.CodeStyle (1)
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedArray.cs (1)
144throw new RankException(SR.Rank_MustMatch);
Microsoft.CodeAnalysis.Extensions.Package (1)
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedArray.cs (1)
144throw new RankException(SR.Rank_MustMatch);
Microsoft.CodeAnalysis.ResxSourceGenerator (1)
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedArray.cs (1)
144throw new RankException(SR.Rank_MustMatch);
Microsoft.CodeAnalysis.Workspaces (1)
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedArray.cs (1)
144throw new RankException(SR.Rank_MustMatch);
Microsoft.VisualBasic.Core (4)
Microsoft\VisualBasic\CompilerServices\LateBinding.vb (2)
526Throw New RankException 774Throw New RankException
Microsoft\VisualBasic\CompilerServices\Symbols.vb (2)
1154Throw New RankException 1203Throw New RankException
Roslyn.Diagnostics.Analyzers (1)
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedArray.cs (1)
144throw new RankException(SR.Rank_MustMatch);
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Array.cs (1)
443throw new RankException(SR.Rank_MustMatch);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshal.cs (1)
839return new System.RankException();
src\runtime\src\libraries\System.Private.CoreLib\src\System\ThrowHelper.cs (1)
422throw new RankException(GetResourceString(resource));
System.Security.AccessControl (1)
System\Security\AccessControl\ACL.cs (1)
173throw new RankException(SR.Rank_MultiDimNotSupported);
11 references to RankException
Microsoft.VisualBasic.Core (1)
Microsoft\VisualBasic\FileIO\FileSystem.vb (1)
1333TypeOf ex Is RankException Or TypeOf ex Is ArrayTypeMismatchException Or
mscorlib (1)
src\runtime\src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
391[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.RankException))]
netstandard (1)
netstandard.cs (1)
1356[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.RankException))]
System.Collections.Concurrent (1)
System\Collections\Concurrent\BlockingCollection.cs (1)
1581catch (RankException)
System.Private.CoreLib (6)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Vector2.cs (2)
963/// <exception cref="RankException"><paramref name="array" /> is multidimensional.</exception> 986/// <exception cref="RankException"><paramref name="array" /> is multidimensional.</exception>
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Vector3.cs (2)
973/// <exception cref="RankException"><paramref name="array" /> is multidimensional.</exception> 996/// <exception cref="RankException"><paramref name="array" /> is multidimensional.</exception>
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Vector4.cs (2)
1055/// <exception cref="RankException"><paramref name="array" /> is multidimensional.</exception> 1067/// <exception cref="RankException"><paramref name="array" /> is multidimensional.</exception>
System.Runtime (1)
src\runtime\artifacts\obj\System.Runtime\Release\net11.0\System.Runtime.Forwards.cs (1)
423[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.RankException))]