5 references to FindType
System.Resources.Extensions (5)
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);
System\Resources\Extensions\DeserializingResourceReader.cs (1)
115Type type = FindType(typeIndex);