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