Base:
property
FieldRuntimeType
System.Reflection.Runtime.FieldInfos.RuntimeFieldInfo.FieldRuntimeType
2 references to FieldRuntimeType
System.Private.CoreLib (2)
System\Reflection\Runtime\FieldInfos\NativeFormat\NativeFormatRuntimeFieldInfo.cs (2)
89return FieldRuntimeType.ToType().FormatTypeName() + " " + this.Name; 162public sealed override Type GetModifiedFieldType() => ModifiedType.Create(FieldRuntimeType.ToType(), _reader, FieldTypeHandle);