4 references to GetTypeReferencedByCustomAttribute
System.Private.CoreLib (4)
src\System\Reflection\MdImport.cs (2)
284
TypeNameResolver.
GetTypeReferencedByCustomAttribute
(safeArrayUserDefinedTypeName, scope);
296
marshalTypeRef = string.IsNullOrEmpty(marshalTypeName) ? null : TypeNameResolver.
GetTypeReferencedByCustomAttribute
(marshalTypeName, scope);
src\System\Reflection\RuntimeCustomAttributeData.cs (2)
545
RuntimeType type = TypeNameResolver.
GetTypeReferencedByCustomAttribute
(typeName, scope);
896
enumType = TypeNameResolver.
GetTypeReferencedByCustomAttribute
(enumTypeMaybe, module);