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