Implemented interface member:
method
EmitNaturalInt
Internal.Runtime.ITargetBinaryWriter.EmitNaturalInt(System.Int32)
4 references to EmitNaturalInt
ILCompiler.Compiler (4)
Compiler\DependencyAnalysis\InterfaceDispatchCellInfoSectionNode.cs (1)
48builder.EmitNaturalInt(targetSlot);
Compiler\DependencyAnalysis\PInvokeMethodFixupNode.cs (1)
69builder.EmitNaturalInt((ushort)entrypointOrdinal);
Compiler\DependencyAnalysis\TypeThreadStaticIndexNode.cs (1)
90objData.EmitNaturalInt(typeTlsIndex);
Compiler\RuntimeConfigurationRootProvider.cs (1)
98builder.EmitNaturalInt(settings.Count);