1 write to _W
mscorlib (1)
system\security\cryptography\sha256managed.cs (1)
54_W = new UInt32[64];
3 references to _W
mscorlib (3)
system\security\cryptography\sha256managed.cs (3)
72Array.Clear(_W, 0, _W.Length); 141fixed (uint* expandedBuffer = _W) {