9 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.Diagnostics.DataContractReader.Contracts (1)
Contracts\EcmaMetadata_1.cs (1)
212
target.ReadBuffer(span.Address, blob.
GetBytes
().AsSpan());
Microsoft.DotNet.StrongName (1)
Utils.cs (1)
285
var segment = blob.
GetBytes
().ToList();
System.Reflection.Metadata (1)
System\Reflection\PortableExecutable\PEBuilder.cs (1)
522
var segment = blob.
GetBytes
();