1 write to _module
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\MethodBase\Ecma\EcmaMethodDecoder.cs (1)
20
_module
= module;
5 references to _module
System.Reflection.MetadataLoadContext (5)
System\Reflection\TypeLoading\MethodBase\Ecma\EcmaMethodDecoder.cs (5)
24
public RoModule GetRoModule() =>
_module
;
28
public IEnumerable<CustomAttributeData> ComputeTrueCustomAttributes() => MethodDefinition.GetCustomAttributes().ToTrueCustomAttributes(
_module
);
41
RoType gp = gph.ResolveGenericParameter(
_module
);
75
MethodSignature<RoType> sig = methodDefinition.DecodeSignature(
_module
, roMethodBase.TypeContext);
153
private MetadataReader Reader =>
_module
.Reader;