1 write to _owningType
System.Private.TypeLoader (1)
Internal\TypeSystem\TypeSystemContext.Runtime.cs (1)
335_owningType = owningType;
8 references to _owningType
System.Private.TypeLoader (8)
Internal\TypeSystem\TypeSystemContext.Runtime.cs (8)
366if (!key._owningType.Equals(runtimeMethod.OwningType)) 380if (!key._owningType.Equals(value.OwningType)) 430if (key._owningType is InstantiatedType) 432MethodDesc typicalMethod = key._owningType.Context.ResolveRuntimeMethod(key._unboxingStub, key._asyncVariant, key._returnDroppingAsyncThunk, (DefType)key._owningType.GetTypeDefinition(), key._methodNameAndSignature); 433return typicalMethod.Context.GetMethodForInstantiatedType(typicalMethod, (InstantiatedType)key._owningType); 439Debug.Assert(key._owningType.IsValueType); 442return new RuntimeMethodDesc(key._unboxingStub, key._asyncVariant, key._returnDroppingAsyncThunk, key._owningType, key._methodNameAndSignature, key._hashCode);