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