3 references to LastIndexOf
Microsoft.Build (3)
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Segmented\ImmutableSegmentedList`1+ValueBuilder.cs (1)
241return ReadOnlyList.LastIndexOf(item, startIndex, count);
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Segmented\SegmentedList`1.cs (2)
971return LastIndexOf(item, _size - 1, _size); 988return LastIndexOf(item, index, index + 1);