3 references to Create
System.Private.CoreLib (3)
System\Reflection\Runtime\FieldInfos\NativeFormat\NativeFormatRuntimeFieldInfo.cs (1)
162
public sealed override Type GetModifiedFieldType() => ModifiedType.
Create
(FieldRuntimeType.ToType(), _reader, FieldTypeHandle);
System\Reflection\Runtime\General\QSignatureTypeHandle.cs (1)
66
return ModifiedType.
Create
(Resolve(typeContext).ToType(), (global::Internal.Metadata.NativeFormat.MetadataReader)Reader, _handle);
System\Reflection\Runtime\PropertyInfos\NativeFormat\NativeFormatRuntimePropertyInfo.cs (1)
80
return ModifiedType.
Create
(PropertyType, _reader, _reader.GetPropertySignature(_property.Signature).Type);