5 references to GetEcmaModule
System.Reflection.MetadataLoadContext (5)
System\Reflection\TypeLoading\Parameters\Ecma\EcmaFatMethodParameter.cs (5)
38protected sealed override IEnumerable<CustomAttributeData> GetTrueCustomAttributes() => Parameter.GetCustomAttributes().ToTrueCustomAttributes(GetEcmaModule()); 62return Parameter.GetCustomAttributes().TryFindRawDefaultValueFromCustomAttributes(GetEcmaModule(), out rawDefaultValue); 65protected sealed override MarshalAsAttribute ComputeMarshalAsAttribute() => Parameter.GetMarshallingDescriptor().ToMarshalAsAttribute(GetEcmaModule()); 68private MetadataReader Reader => GetEcmaModule().Reader; 69private MetadataLoadContext Loader => GetEcmaModule().Loader;