3 references to sha256LengthBytes
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ResultProvider.UnitTests (3)
GeneratedNameParser.cs (3)
193private const int sha256LengthHexChars = sha256LengthBytes * 2; 214var builder = new byte[sha256LengthBytes]; 215for (var i = 0; i < sha256LengthBytes; i++)