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)
33internal sealed override RoModule GetRoModule() => _module; 35protected sealed override IEnumerable<CustomAttributeData> GetTrueCustomAttributes() => FieldDefinition.GetCustomAttributes().ToTrueCustomAttributes(_module); 38protected sealed override MarshalAsAttribute ComputeMarshalAsAttribute() => FieldDefinition.GetMarshallingDescriptor().ToMarshalAsAttribute(_module); 63protected sealed override Type ComputeFieldType() => FieldDefinition.DecodeSignature(_module, TypeContext); 82private MetadataReader Reader => _module.Reader;