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