Base:
property
FullName
System.Type.FullName
8 references to FullName
System.Private.CoreLib (8)
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)
3918throw new MissingMethodException(SR.Format(SR.MissingConstructor_Name, FullName)); 3937throw new MissingMethodException(SR.Format(SR.MissingConstructor_Name, FullName), innerMME); 3942throw new MissingMethodException(SR.Format(SR.MissingConstructor_Name, FullName));
src\System\StubHelpers.cs (2)
955throw new ApplicationException(SR.Format(SR.CustomMarshaler_NoGetInstanceMethod, marshalerType.FullName)); 963throw new ApplicationException(SR.Format(SR.CustomMarshaler_NullReturnForGetInstance, marshalerType.FullName));