3 references to sha256LengthBytes
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Synthesized\GeneratedNameParser.cs (3)
195
private const int sha256LengthHexChars =
sha256LengthBytes
* 2;
222
var builder = new byte[
sha256LengthBytes
];
223
for (var i = 0; i <
sha256LengthBytes
; i++)