1 write to _module
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\CustomAttributes\Ecma\EcmaCustomAttributeData.cs (1)
22
_module
= module;
8 references to _module
System.Reflection.MetadataLoadContext (8)
System\Reflection\TypeLoading\CustomAttributes\Ecma\EcmaCustomAttributeData.cs (8)
54
return declaringTypeHandle.ResolveTypeDefRefOrSpec(
_module
, default);
65
EcmaDefinitionType declaringType = mh.GetMethodDefinition(Reader).GetDeclaringType().ResolveTypeDef(
_module
);
66
return new RoDefinitionConstructor<EcmaMethodDecoder>(declaringType, new EcmaMethodDecoder(mh,
_module
));
73
MethodSignature<RoType> sig = mr.DecodeMethodSignature(
_module
, typeContext);
75
Type declaringType = mr.Parent.ResolveTypeDefRefOrSpec(
_module
, typeContext);
95
CustomAttributeValue<RoType> cav = CustomAttribute.DecodeValue(
_module
);
100
private MetadataReader Reader =>
_module
.Reader;
101
private MetadataLoadContext Loader =>
_module
.Loader;