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