3 references to Loader
System.Reflection.MetadataLoadContext (3)
System\Reflection\TypeLoading\Fields\RoField.cs (3)
57
ConstructorInfo? ci =
Loader
.TryGetFieldOffsetCtor();
61
Type int32Type =
Loader
.GetCoreType(CoreType.Int32); // Since we got the constructor, we know the Int32 exists.
69
CustomAttributeData? cad = CustomAttributeHelpers.TryComputeMarshalAsCustomAttributeData(ComputeMarshalAsAttribute,
Loader
);