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