3 instantiations of 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()));
1 reference to RoDefinitionConstructor
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Constructors\RoDefinitionConstructor.cs (1)
40if (!(obj is RoDefinitionConstructor<TMethodDecoder> other))