10 references to GetBytes
ILAssembler (3)
EntityRegistry.cs (1)
52hash.AddBytes(b.GetBytes());
GrammarVisitor.cs (1)
256hash.AppendData(blob.GetBytes());
VTableExportPEBuilder.cs (1)
213var bytes = blob.GetBytes();
ILCompiler.ReadyToRun (2)
Compiler\CryptographicHashProvider.cs (1)
219incrementalHash.AppendData(blob.GetBytes());
Compiler\DependencyAnalysis\ReadyToRun\NibbleWriter.cs (1)
156ArraySegment<byte> blobSegment = blob.GetBytes();
Microsoft.CodeAnalysis (1)
InternalUtilities\IncrementalHashExtensions.cs (1)
18hash.AppendData(blob.GetBytes());
Microsoft.DotNet.StrongName (1)
Utils.cs (1)
285var segment = blob.GetBytes().ToList();
System.Reflection.Metadata (3)
System\Reflection\PortableExecutable\PEBuilder.cs (3)
505AddToChecksum(GetPrefixBlob(blob, checksumFixup).GetBytes(), ref checksum, ref pendingByte); 506AddToChecksum(GetSuffixBlob(blob, checksumFixup).GetBytes(), ref checksum, ref pendingByte); 510AddToChecksum(blob.GetBytes(), ref checksum, ref pendingByte);