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