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