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)
68
uint hashcode = VersionResilientHashCode.CombineThreeValuesIntoHash((uint)mapping.OwningTypeHandle, (uint)mapping.
MethodNameHandle
, (uint)mapping.MethodSignatureHandle);
Compiler\DependencyAnalysis\StackTraceMethodMappingNode.cs (4)
64
result = x.
MethodNameHandle
.CompareTo(y.
MethodNameHandle
);
99
if (currentName != entry.
MethodNameHandle
)
101
currentName = entry.
MethodNameHandle
;