Base:
property
FullName
System.Reflection.Assembly.FullName
2 references to FullName
System.Private.CoreLib (2)
System\Reflection\Runtime\Assemblies\RuntimeAssemblyInfo.cs (1)
165throw Helpers.CreateTypeLoadException(fullName, this.FullName);
System\Reflection\TypeNameResolver.NativeAot.cs (1)
202throw Helpers.CreateTypeLoadException(unescapedTypeName, (defaultAssembly ?? coreLib).FullName);