1 reference to ComputeDeclaringMethod
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Types\Ecma\EcmaGenericMethodParameterType.cs (1)
26
private RoMethod GetRoDeclaringMethod() => _lazyDeclaringMethod ??=
ComputeDeclaringMethod
();