6 references to Type
System.Reflection.MetadataLoadContext (6)
System\Reflection\TypeLoading\CustomAttributes\CustomAttributeHelpers.cs (3)
94
ct[CoreType.
Type
] == null ||
125
cans.Add(attributeType.ToCustomAttributeNamedArgument(nameof(MarshalAsAttribute.SafeArrayUserDefinedSubType), ct[CoreType.
Type
], ma.SafeArrayUserDefinedSubType));
135
cans.Add(attributeType.ToCustomAttributeNamedArgument(nameof(MarshalAsAttribute.MarshalTypeRef), ct[CoreType.
Type
], ma.MarshalTypeRef));
System\Reflection\TypeLoading\General\CoreType.cs (1)
112
case CoreType.
Type
: ns = Utf8Constants.System; name = Utf8Constants.Type; return;
System\Reflection\TypeLoading\Modules\Ecma\EcmaModule.TypeProvider.cs (2)
63
public RoType GetSystemType() => Loader.GetCoreType(CoreType.
Type
);
64
public bool IsSystemType(RoType type) => type == Loader.TryGetCoreType(CoreType.
Type
);