1 write to ConstantData
ILCompiler.ReadyToRun (1)
Compiler\ReadyToRunStandaloneMethodMetadata.cs (1)
117
methodBlock.
ConstantData
= _nonCodeAlternateBlob.ToArray();
2 references to ConstantData
ILCompiler.ReadyToRun (2)
Compiler\DependencyAnalysis\ReadyToRun\ILBodyFixupSignature.cs (2)
93
dataBuilder.EmitUInt(checked((uint)metadata.
ConstantData
.Length));
94
dataBuilder.EmitBytes(metadata.
ConstantData
);