1 write to MethodSignatureHandle
ILCompiler.Compiler (1)
Compiler\MetadataManager.cs (1)
1328=> (Method, OwningTypeHandle, MethodSignatureHandle, MethodNameHandle, MethodInstantiationArgumentCollectionHandle, Flags)
5 references to MethodSignatureHandle
ILCompiler.Compiler (5)
Compiler\DependencyAnalysis\StackTraceLineNumbersNode.cs (1)
68uint hashcode = VersionResilientHashCode.CombineThreeValuesIntoHash((uint)mapping.OwningTypeHandle, (uint)mapping.MethodNameHandle, (uint)mapping.MethodSignatureHandle);
Compiler\DependencyAnalysis\StackTraceMethodMappingNode.cs (4)
69result = x.MethodSignatureHandle.CompareTo(y.MethodSignatureHandle); 106if (currentSignature != entry.MethodSignatureHandle) 108currentSignature = entry.MethodSignatureHandle;