8 references to Create
System.Reflection.MetadataLoadContext (8)
System\Reflection\TypeLoading\Fields\RoField.cs (1)
99
_modifiedType ??= RoModifiedType.
Create
((RoType)FieldType);
System\Reflection\TypeLoading\Modules\Ecma\EcmaModule.TypeProvider.cs (1)
42
modifiedType ??= RoModifiedType.
Create
(unmodifiedType);
System\Reflection\TypeLoading\Parameters\RoMethodParameter.cs (1)
39
_modifiedType ??= RoModifiedType.
Create
((RoType)_parameterType);
System\Reflection\TypeLoading\Properties\RoProperty.cs (1)
68
_modifiedType ??= RoModifiedType.
Create
((RoType)PropertyType);
System\Reflection\TypeLoading\Types\RoModifiedFunctionPointerType.cs (2)
31
RoModifiedType parameter =
Create
((RoType)parameterUnmodifiedTypes[i]);
36
_returnType =
Create
((RoType)functionPointerType._returnType);
System\Reflection\TypeLoading\Types\RoModifiedGenericType.cs (1)
26
RoModifiedType argument =
Create
((RoType)unmodifiedTypes[i]);
System\Reflection\TypeLoading\Types\RoModifiedHasElementType.cs (1)
19
_elementModifiedType =
Create
(unmodifiedType.GetRoElementType()!);