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