4 references to Loader
System.Reflection.MetadataLoadContext (4)
System\Reflection\TypeLoading\Parameters\RoFatMethodParameter.cs (4)
41
ConstructorInfo? ci =
Loader
.TryGetInCtor();
48
ConstructorInfo? ci =
Loader
.TryGetOutCtor();
55
ConstructorInfo? ci =
Loader
.TryGetOptionalCtor();
62
CustomAttributeData? cad = CustomAttributeHelpers.TryComputeMarshalAsCustomAttributeData(ComputeMarshalAsAttribute,
Loader
);