Base:
property
FullName
System.Type.FullName
6 references to FullName
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\RuntimeType.cs (3)
553throw new MissingFieldException(FullName, name); 693throw new MissingMethodException(FullName, name); 703throw new MissingMethodException(FullName, name);
src\System\RuntimeType.CoreCLR.cs (3)
3866throw new MissingMethodException(SR.Format(SR.MissingConstructor_Name, FullName)); 3885throw new MissingMethodException(SR.Format(SR.MissingConstructor_Name, FullName), innerMME); 3890throw new MissingMethodException(SR.Format(SR.MissingConstructor_Name, FullName));