15 references to QueueRound
Microsoft.AspNetCore.App.CodeFixes (15)
src\Shared\HashCode.cs (15)
92hash = QueueRound(hash, hc1);
106hash = QueueRound(hash, hc1);
107hash = QueueRound(hash, hc2);
122hash = QueueRound(hash, hc1);
123hash = QueueRound(hash, hc2);
124hash = QueueRound(hash, hc3);
169hash = QueueRound(hash, hc5);
194hash = QueueRound(hash, hc5);
195hash = QueueRound(hash, hc6);
221hash = QueueRound(hash, hc5);
222hash = QueueRound(hash, hc6);
223hash = QueueRound(hash, hc7);
398hash = QueueRound(hash, _queue1);
401hash = QueueRound(hash, _queue2);
404hash = QueueRound(hash, _queue3);