1 implementation of IMethodDecoder
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\MethodBase\Ecma\EcmaMethodDecoder.cs (1)
11
internal readonly struct EcmaMethodDecoder :
IMethodDecoder
2 references to IMethodDecoder
System.Reflection.MetadataLoadContext (2)
System\Reflection\TypeLoading\Constructors\RoDefinitionConstructor.cs (1)
13
internal sealed class RoDefinitionConstructor<TMethodDecoder> : RoConstructor where TMethodDecoder :
IMethodDecoder
System\Reflection\TypeLoading\Methods\RoDefinitionMethod.cs (1)
31
internal sealed partial class RoDefinitionMethod<TMethodDecoder> : RoDefinitionMethod where TMethodDecoder :
IMethodDecoder