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