1 write to _decoder
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Constructors\RoDefinitionConstructor.cs (1)
23_decoder = decoder;
10 references to _decoder
System.Reflection.MetadataLoadContext (10)
System\Reflection\TypeLoading\Constructors\RoDefinitionConstructor.cs (10)
27internal sealed override RoModule GetRoModule() => _decoder.GetRoModule(); 28protected sealed override string ComputeName() => _decoder.ComputeName(); 29public sealed override int MetadataToken => _decoder.MetadataToken; 30public sealed override IEnumerable<CustomAttributeData> CustomAttributes => _decoder.ComputeTrueCustomAttributes(); 31protected sealed override MethodAttributes ComputeAttributes() => _decoder.ComputeAttributes(); 32protected sealed override CallingConventions ComputeCallingConvention() => _decoder.ComputeCallingConvention(); 33protected sealed override MethodImplAttributes ComputeMethodImplementationFlags() => _decoder.ComputeMethodImplementationFlags(); 34protected sealed override MethodSig<RoParameter> ComputeMethodSig() => _decoder.SpecializeMethodSig(this); 35public sealed override MethodBody? GetMethodBody() => _decoder.SpecializeMethodBody(this); 36protected sealed override MethodSig<string> ComputeMethodSigStrings() => _decoder.SpecializeMethodSigStrings(TypeContext);