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