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)
24public RoModule GetRoModule() => _module; 28public IEnumerable<CustomAttributeData> ComputeTrueCustomAttributes() => MethodDefinition.GetCustomAttributes().ToTrueCustomAttributes(_module); 41RoType gp = gph.ResolveGenericParameter(_module); 75MethodSignature<RoType> sig = methodDefinition.DecodeSignature(_module, roMethodBase.TypeContext); 153private MetadataReader Reader => _module.Reader;