Implemented interface member:
method
EmitNaturalInt
Internal.Runtime.ITargetBinaryWriter.EmitNaturalInt(System.Int32)
5 references to EmitNaturalInt
ILCompiler.Compiler (5)
Compiler\DependencyAnalysis\GvmDispatchCellInfoSectionNode.cs (1)
55builder.EmitNaturalInt(flagsAndToken);
Compiler\DependencyAnalysis\InterfaceDispatchCellInfoSectionNode.cs (1)
53builder.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);