Base:
property
OwningType
Internal.TypeSystem.MethodDesc.OwningType
8 references to OwningType
System.Private.TypeLoader (8)
Internal\TypeSystem\RuntimeMethodDesc.Canon.cs (5)
14
return
OwningType
.HasInstantiation &&
OwningType
.IsCanonicalSubtype(policy);
19
if (!
OwningType
.HasInstantiation)
22
DefType canonicalizedTypeOfTargetMethod = (DefType)
OwningType
.ConvertToCanonForm(kind);
23
if (canonicalizedTypeOfTargetMethod ==
OwningType
)
Internal\TypeSystem\RuntimeMethodDesc.cs (2)
132
TypeDesc owningTypeDefinition =
OwningType
.GetTypeDefinition();
135
if (owningTypeDefinition ==
OwningType
)
Internal\TypeSystem\TypeSystemContext.Runtime.cs (1)
366
if (!key._owningType.Equals(runtimeMethod.
OwningType
))