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)
94
writer.GetUnsignedConstant((uint)(fieldMapping.
MetadataHandle
& MetadataManager.MetadataOffsetMask)));
Compiler\DependencyAnalysis\ReflectionInvokeMapNode.cs (1)
181
writer.GetUnsignedConstant((uint)(mappingEntry.
MetadataHandle
& MetadataManager.MetadataOffsetMask)));
Compiler\DependencyAnalysis\ReflectionVirtualInvokeMapNode.cs (2)
159
if (!methodsEmitted.TryGetValue(mappingEntry.
MetadataHandle
, out cache))
160
methodsEmitted[mappingEntry.
MetadataHandle
] = cache = new HashSet<TypeDesc>();
Compiler\DependencyAnalysis\TypeMetadataMapNode.cs (1)
60
writer.GetUnsignedConstant((uint)mappingEntry.
MetadataHandle
)