4 references to Loader
System.Reflection.MetadataLoadContext (4)
System\Reflection\TypeLoading\Parameters\RoFatMethodParameter.cs (4)
40
ConstructorInfo? ci =
Loader
.TryGetInCtor();
47
ConstructorInfo? ci =
Loader
.TryGetOutCtor();
54
ConstructorInfo? ci =
Loader
.TryGetOptionalCtor();
61
CustomAttributeData? cad = CustomAttributeHelpers.TryComputeMarshalAsCustomAttributeData(ComputeMarshalAsAttribute,
Loader
);