Base:
property
FullName
System.Reflection.Assembly.FullName
3 references to FullName
System.Private.CoreLib (3)
src\System\Reflection\Emit\RuntimeAssemblyBuilder.cs (1)
232public override string? FullName => InternalAssembly.FullName;
src\System\Reflection\RuntimeAssembly.cs (1)
233throw new TypeLoadException(SR.Format(SR.ClassLoad_General /* TypeLoad_TypeNotFoundInAssembly */, typeName, FullName));
src\System\Reflection\TypeNameResolver.CoreCLR.cs (1)
307throw new TypeLoadException(SR.Format(SR.TypeLoad_ResolveTypeFromAssembly, parsedName.FullName, (requestingAssembly ?? coreLib).FullName));