1 write to Handle
ILCompiler.ReadyToRun (1)
Compiler\ReadyToRunTableManager.cs (1)
26
Handle
= handle;
4 references to Handle
ILCompiler.ReadyToRun (4)
Compiler\DependencyAnalysis\ReadyToRun\TypesTableNode.cs (4)
42
TypeDefinitionHandle defTypeHandle = defTypeInfo.
Handle
;
56
typesHashtable.Append(unchecked((uint)hashCode), section.Place(new UnsignedConstant(((uint)MetadataTokens.GetRowNumber(defTypeInfo.
Handle
) << 1) | 0)));
61
ExportedTypeHandle expTypeHandle = expTypeInfo.
Handle
;
76
typesHashtable.Append(unchecked((uint)hashCode), section.Place(new UnsignedConstant(((uint)MetadataTokens.GetRowNumber(expTypeInfo.
Handle
) << 1) | 1)));