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