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)
366
if (!key.
_owningType
.Equals(runtimeMethod.OwningType))
380
if (!key.
_owningType
.Equals(value.OwningType))
430
if (key.
_owningType
is InstantiatedType)
432
MethodDesc typicalMethod = key.
_owningType
.Context.ResolveRuntimeMethod(key._unboxingStub, key._asyncVariant, key._returnDroppingAsyncThunk, (DefType)key.
_owningType
.GetTypeDefinition(), key._methodNameAndSignature);
433
return typicalMethod.Context.GetMethodForInstantiatedType(typicalMethod, (InstantiatedType)key.
_owningType
);
439
Debug.Assert(key.
_owningType
.IsValueType);
442
return new RuntimeMethodDesc(key._unboxingStub, key._asyncVariant, key._returnDroppingAsyncThunk, key.
_owningType
, key._methodNameAndSignature, key._hashCode);