5 references to FindType
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Resources\ResourceReader.Core.cs (1)
82
Type type =
FindType
(typeIndex);
src\libraries\System.Private.CoreLib\src\System\Resources\ResourceReader.cs (4)
486
if (
FindType
(typeIndex) != typeof(string))
487
throw new InvalidOperationException(SR.Format(SR.InvalidOperation_ResourceNotString_Type,
FindType
(typeIndex).FullName));
499
typeString =
FindType
(typeCode - ResourceTypeCode.StartOfUserTypes).FullName;
565
Type type =
FindType
(typeIndex);