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