1 write to MethodInstantiationArgumentCollectionHandle
ILCompiler.Compiler (1)
Compiler\MetadataManager.cs (1)
1328
=> (Method, OwningTypeHandle, MethodSignatureHandle, MethodNameHandle,
MethodInstantiationArgumentCollectionHandle
, Flags)
4 references to MethodInstantiationArgumentCollectionHandle
ILCompiler.Compiler (4)
Compiler\DependencyAnalysis\StackTraceMethodMappingNode.cs (4)
74
Debug.Assert(x.
MethodInstantiationArgumentCollectionHandle
== y.
MethodInstantiationArgumentCollectionHandle
);
111
if (entry.
MethodInstantiationArgumentCollectionHandle
!= 0)
114
objData.EmitCompressedUInt((uint)(entry.
MethodInstantiationArgumentCollectionHandle
& MetadataManager.MetadataOffsetMask));