1 write to TypeRefs
ILCompiler.ReadyToRun (1)
Compiler\ReadyToRunStandaloneMethodMetadata.cs (1)
118
methodBlock.
TypeRefs
= alternateTypes._alternateTypeRefStream.ToArray();
2 references to TypeRefs
ILCompiler.ReadyToRun (2)
Compiler\DependencyAnalysis\ReadyToRun\ILBodyFixupSignature.cs (2)
95
dataBuilder.EmitUInt(checked((uint)metadata.
TypeRefs
.Length));
96
foreach (var typeRef in metadata.
TypeRefs
)