4 references to ResolveAttributeConstructor
System.Private.CoreLib (4)
System\Reflection\Runtime\CustomAttributes\NativeFormat\NativeFormatCustomAttributeData.cs (2)
78return ResolveAttributeConstructor(attributeType, Array.Empty<Type>()); 87return ResolveAttributeConstructor(attributeType, expectedParameterTypes);
System\Reflection\Runtime\CustomAttributes\RuntimePseudoCustomAttributeData.cs (2)
43return ResolveAttributeConstructor(_attributeType, Array.Empty<Type>()); 50return ResolveAttributeConstructor(_attributeType, expectedParameterTypes);