Base:
property
OwningType
Internal.TypeSystem.MethodDesc.OwningType
9 references to OwningType
System.Private.TypeLoader (9)
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 (3)
131
TypeDesc owningTypeDefinition =
OwningType
.GetTypeDefinition();
134
if (owningTypeDefinition ==
OwningType
)
186
string result =
OwningType
.ToString() + ".Method(" + GetName() + ")";
Internal\TypeSystem\TypeSystemContext.Runtime.cs (1)
366
if (!key._owningType.Equals(runtimeMethod.
OwningType
))