4 references to CheckUniqueAndUnfoundElements
Microsoft.Build (4)
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Segmented\SegmentedHashSet`1.cs (4)
565
(var uniqueCount, var unfoundCount) =
CheckUniqueAndUnfoundElements
(other, returnIfUnfound: false);
613
(var uniqueCount, var unfoundCount) =
CheckUniqueAndUnfoundElements
(other, returnIfUnfound: false);
701
(var uniqueCount, var unfoundCount) =
CheckUniqueAndUnfoundElements
(other, returnIfUnfound: true);
777
(var uniqueCount, var unfoundCount) =
CheckUniqueAndUnfoundElements
(other, returnIfUnfound: true);