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)
54return declaringTypeHandle.ResolveTypeDefRefOrSpec(_module, default); 65EcmaDefinitionType declaringType = mh.GetMethodDefinition(Reader).GetDeclaringType().ResolveTypeDef(_module); 66return new RoDefinitionConstructor<EcmaMethodDecoder>(declaringType, new EcmaMethodDecoder(mh, _module)); 73MethodSignature<RoType> sig = mr.DecodeMethodSignature(_module, typeContext); 75Type declaringType = mr.Parent.ResolveTypeDefRefOrSpec(_module, typeContext); 95CustomAttributeValue<RoType> cav = CustomAttribute.DecodeValue(_module); 100private MetadataReader Reader => _module.Reader; 101private MetadataLoadContext Loader => _module.Loader;