5 references to FindType
System.Resources.Extensions (5)
src\libraries\System.Private.CoreLib\src\System\Resources\ResourceReader.cs (4)
488if (FindType(typeIndex) != typeof(string)) 489throw new InvalidOperationException(SR.Format(SR.InvalidOperation_ResourceNotString_Type, FindType(typeIndex).FullName)); 501typeString = FindType(typeCode - ResourceTypeCode.StartOfUserTypes).FullName; 567Type type = FindType(typeIndex);
System\Resources\Extensions\DeserializingResourceReader.cs (1)
110Type type = FindType(typeIndex);