Base:
property
FullName
System.Type.FullName
7 references to FullName
System.Private.CoreLib (7)
src\libraries\System.Private.CoreLib\src\System\RuntimeType.cs (3)
534throw new MissingFieldException(FullName, name); 674throw new MissingMethodException(FullName, name); 684throw new MissingMethodException(FullName, name);
src\System\RuntimeType.CoreCLR.cs (4)
3346string? fullname = FullName; 3911throw new MissingMethodException(SR.Format(SR.MissingConstructor_Name, FullName)); 3930throw new MissingMethodException(SR.Format(SR.MissingConstructor_Name, FullName), innerMME); 3935throw new MissingMethodException(SR.Format(SR.MissingConstructor_Name, FullName));