1 write to MetadataHandle
ILCompiler.Compiler (1)
Compiler\MetadataManager.cs (1)
1315=> (Entity, MetadataHandle) = (entity, metadataHandle);
5 references to MetadataHandle
ILCompiler.Compiler (5)
Compiler\DependencyAnalysis\ReflectionFieldMapNode.cs (1)
94writer.GetUnsignedConstant((uint)(fieldMapping.MetadataHandle & MetadataManager.MetadataOffsetMask)));
Compiler\DependencyAnalysis\ReflectionInvokeMapNode.cs (1)
181writer.GetUnsignedConstant((uint)(mappingEntry.MetadataHandle & MetadataManager.MetadataOffsetMask)));
Compiler\DependencyAnalysis\ReflectionVirtualInvokeMapNode.cs (2)
159if (!methodsEmitted.TryGetValue(mappingEntry.MetadataHandle, out cache)) 160methodsEmitted[mappingEntry.MetadataHandle] = cache = new HashSet<TypeDesc>();
Compiler\DependencyAnalysis\TypeMetadataMapNode.cs (1)
60writer.GetUnsignedConstant((uint)mappingEntry.MetadataHandle)