1 write to _module
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Properties\Ecma\EcmaProperty.cs (1)
29_module = (EcmaModule)(declaringType.Module);
4 references to _module
System.Reflection.MetadataLoadContext (4)
System\Reflection\TypeLoading\Properties\Ecma\EcmaProperty.cs (4)
33internal sealed override RoModule GetRoModule() => _module; 35public sealed override IEnumerable<CustomAttributeData> CustomAttributes => PropertyDefinition.GetCustomAttributes().ToTrueCustomAttributes(_module); 60protected sealed override Type ComputePropertyType() => PropertyDefinition.DecodeSignature(_module, TypeContext).ReturnType; 101private MetadataReader Reader => _module.Reader;