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