5 references to Helpers
System.Private.CoreLib (5)
System\Reflection\Runtime\Assemblies\RuntimeAssemblyInfo.cs (1)
165throw Helpers.CreateTypeLoadException(fullName, this.FullName);
System\Reflection\Runtime\General\NativeFormat\DefaultValueParser.cs (1)
28if (Helpers.GetCustomAttributeDefaultValueIfAny(customAttributes, raw, out defaultValue))
System\Reflection\Runtime\General\TypeResolver.NativeFormat.cs (2)
198exception = Helpers.CreateTypeLoadException(outerTypeInfo.FullName + "+" + name, outerTypeInfo.Assembly.FullName); 226exception = Helpers.CreateTypeLoadException(fullName, assemblyName.FullName);
System\Reflection\TypeNameResolver.NativeAot.cs (1)
202throw Helpers.CreateTypeLoadException(unescapedTypeName, (defaultAssembly ?? coreLib).FullName);