1 write to _W
mscorlib (1)
system\security\cryptography\sha384managed.cs (1)
51
_W
= new UInt64[80];
3 references to _W
mscorlib (3)
system\security\cryptography\sha384managed.cs (3)
69
Array.Clear(
_W
, 0,
_W
.Length);
140
fixed (UInt64* expandedBuffer =
_W
) {