Base:
property
PropertyType
System.Reflection.PropertyInfo.PropertyType
3 references to PropertyType
System.Private.CoreLib (3)
src\System\Reflection\RuntimePropertyInfo.cs (3)
120sbName.Append(PropertyType.FormatTypeName()); 210public override Type GetModifiedPropertyType() => ModifiedType.Create(PropertyType, Signature); 214object? defaultValue = MdConstant.GetValue(GetRuntimeModule().MetadataImport, m_token, PropertyType.TypeHandle, raw);