2 writes to _v4
Microsoft.AspNetCore.Http.RequestDelegateGenerator (2)
src\Shared\HashCode.cs (2)
360Initialize(out _v1, out _v2, out _v3, out _v4); 366_v4 = Round(_v4, val);
2 references to _v4
Microsoft.AspNetCore.Http.RequestDelegateGenerator (2)
src\Shared\HashCode.cs (2)
366_v4 = Round(_v4, val); 384var hash = length < 4 ? MixEmptyState() : MixState(_v1, _v2, _v3, _v4);