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