1 write to _module
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Fields\Ecma\EcmaField.cs (1)
29
_module
= (EcmaModule)(declaringType.Module);
5 references to _module
System.Reflection.MetadataLoadContext (5)
System\Reflection\TypeLoading\Fields\Ecma\EcmaField.cs (5)
33
internal sealed override RoModule GetRoModule() =>
_module
;
35
protected sealed override IEnumerable<CustomAttributeData> GetTrueCustomAttributes() => FieldDefinition.GetCustomAttributes().ToTrueCustomAttributes(
_module
);
38
protected sealed override MarshalAsAttribute ComputeMarshalAsAttribute() => FieldDefinition.GetMarshallingDescriptor().ToMarshalAsAttribute(
_module
);
63
protected sealed override Type ComputeFieldType() => FieldDefinition.DecodeSignature(
_module
, TypeContext);
82
private MetadataReader Reader =>
_module
.Reader;