1 write to MethodNameHandle
ILCompiler.Compiler (1)
Compiler\MetadataManager.cs (1)
1328=> (Method, OwningTypeHandle, MethodSignatureHandle, MethodNameHandle, MethodInstantiationArgumentCollectionHandle, Flags)
5 references to MethodNameHandle
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)
64result = x.MethodNameHandle.CompareTo(y.MethodNameHandle); 99if (currentName != entry.MethodNameHandle) 101currentName = entry.MethodNameHandle;