5 references to BinarySearch
ILCompiler.TypeSystem (1)
src\runtime\src\coreclr\tools\Common\TypeSystem\Common\FieldLayoutIntervalCalculator.cs (1)
169int binarySearchIndex = fieldLayoutInterval.BinarySearch(newInterval);
Microsoft.Build (1)
BackEnd\Components\RequestBuilder\BatchingEngine.cs (1)
332int matchingBucketIndex = buckets.BinarySearch(dummyBucket);
Microsoft.NET.Sdk.StaticWebAssets.Tasks (1)
ScopedCss\RewriteCss.cs (1)
396var index = _lineStartIndices.BinarySearch(charIndex);
PresentationFramework (1)
System\Windows\Documents\FixedDSBuilder.cs (1)
183int index = _fixedNodes.BinarySearch(fn);
System.IO.Packaging (1)
System\IO\Packaging\InterleavedZipPackagePartStream.PieceDirectory.cs (1)
148int pieceNumber = _pieceStreamInfoList.BinarySearch(temporaryPieceInfo);