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