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)
33
internal sealed override RoModule GetRoModule() =>
_module
;
35
public sealed override IEnumerable<CustomAttributeData> CustomAttributes => PropertyDefinition.GetCustomAttributes().ToTrueCustomAttributes(
_module
);
60
protected sealed override Type ComputePropertyType() => PropertyDefinition.DecodeSignature(
_module
, TypeContext).ReturnType;
101
private MetadataReader Reader =>
_module
.Reader;