10 references to RankException
Microsoft.Build.Framework (1)
SegmentedArray.cs (1)
136throw new RankException(SR.Rank_MustMatch);
Microsoft.CodeAnalysis (1)
src\Dependencies\Collections\Segmented\SegmentedArray.cs (1)
142throw new RankException(SR.Rank_MustMatch);
Microsoft.CodeAnalysis.CodeStyle (1)
src\Dependencies\Collections\Segmented\SegmentedArray.cs (1)
142throw new RankException(SR.Rank_MustMatch);
Microsoft.CodeAnalysis.Collections.Package (1)
Segmented\SegmentedArray.cs (1)
142throw new RankException(SR.Rank_MustMatch);
Microsoft.CodeAnalysis.InteractiveHost (1)
src\Dependencies\Collections\Segmented\SegmentedArray.cs (1)
142throw new RankException(SR.Rank_MustMatch);
Microsoft.CodeAnalysis.Threading.Package (1)
src\Dependencies\Collections\Segmented\SegmentedArray.cs (1)
142throw new RankException(SR.Rank_MustMatch);
Microsoft.CodeAnalysis.Workspaces (1)
src\Dependencies\Collections\Segmented\SegmentedArray.cs (1)
142throw new RankException(SR.Rank_MustMatch);
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
src\Dependencies\Collections\Segmented\SegmentedArray.cs (1)
142throw new RankException(SR.Rank_MustMatch);
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\ThrowHelper.cs (1)
428throw new RankException(GetResourceString(resource));
src\System\Array.CoreCLR.cs (1)
60throw new RankException(SR.Rank_MustMatch);