13 references to 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);
Roslyn.Diagnostics.Analyzers (1)
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedArray.cs (1)
144throw new RankException(SR.Rank_MustMatch);
System.Private.CoreLib (2)
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\ThrowHelper.cs (1)
422throw new RankException(GetResourceString(resource));
System.Security.AccessControl (1)
System\Security\AccessControl\ACL.cs (1)
173throw new RankException(SR.Rank_MultiDimNotSupported);