3 references to RoDefinitionConstructor
System.Reflection.MetadataLoadContext (3)
System\Reflection\TypeLoading\CustomAttributes\Ecma\EcmaCustomAttributeData.cs (1)
66return new RoDefinitionConstructor<EcmaMethodDecoder>(declaringType, new EcmaMethodDecoder(mh, _module));
System\Reflection\TypeLoading\General\Ecma\EcmaResolver.cs (1)
187return (T)(object)(new RoDefinitionConstructor<EcmaMethodDecoder>(declaringType, decoder));
System\Reflection\TypeLoading\Types\Ecma\EcmaDefinitionType.BindingFlags.cs (1)
27yield return new RoDefinitionConstructor<EcmaMethodDecoder>(declaringType, new EcmaMethodDecoder(handle, GetEcmaModule()));