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