2 references to ComputeHash
Microsoft.CodeAnalysis (1)
Text\SourceText.cs (1)
692return ImmutableArray.Create(algorithm.ComputeHash(buffer, offset, count));
Microsoft.NET.HostModel (1)
MachO\BinaryFormat\Blobs\CodeDirectoryBlob.cs (1)
164codeHashes[cdIndex++] = hasher.ComputeHash(pageBuffer, 0, currentPageSize);