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