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)
88return FieldRuntimeType.ToType().FormatTypeName() + " " + this.Name; 163public sealed override Type GetModifiedFieldType() => ModifiedType.Create(FieldRuntimeType.ToType(), _reader, FieldTypeHandle);