1 write to _declaringTypeHandle
System.Private.TypeLoader (1)
Internal\Runtime\TypeLoader\TypeBuilder.cs (1)
802_declaringTypeHandle = GetRuntimeTypeHandle(method.OwningType),
5 references to _declaringTypeHandle
System.Private.TypeLoader (5)
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.ConstructedGenericMethodsLookup.cs (5)
34_hashCode = _declaringTypeHandle.GetHashCode() ^ VersionResilientHashCode.GenericInstanceHashCode(VersionResilientHashCode.NameHashCode(_methodNameAndSignature.Name), _genericMethodArgumentHandles); 48if (!other._declaringTypeHandle.Equals(_declaringTypeHandle)) 195TypeDesc parsedDeclaringType = context.ResolveRuntimeTypeHandle(entry._declaringTypeHandle); 414declaringType = entry._declaringTypeHandle;