3 instantiations of RoDefinitionConstructor
System.Reflection.MetadataLoadContext (3)
System\Reflection\TypeLoading\CustomAttributes\Ecma\EcmaCustomAttributeData.cs (1)
66
return new
RoDefinitionConstructor
<EcmaMethodDecoder>(declaringType, new EcmaMethodDecoder(mh, _module));
System\Reflection\TypeLoading\General\Ecma\EcmaResolver.cs (1)
187
return (T)(object)(new
RoDefinitionConstructor
<EcmaMethodDecoder>(declaringType, decoder));
System\Reflection\TypeLoading\Types\Ecma\EcmaDefinitionType.BindingFlags.cs (1)
27
yield return new
RoDefinitionConstructor
<EcmaMethodDecoder>(declaringType, new EcmaMethodDecoder(handle, GetEcmaModule()));
1 reference to RoDefinitionConstructor
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Constructors\RoDefinitionConstructor.cs (1)
40
if (!(obj is
RoDefinitionConstructor
<TMethodDecoder> other))