2 references to InvalidOperation_ResourceNotString_Type
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Resources\ResourceReader.cs (2)
489throw new InvalidOperationException(SR.Format(SR.InvalidOperation_ResourceNotString_Type, FindType(typeIndex).FullName)); 502throw new InvalidOperationException(SR.Format(SR.InvalidOperation_ResourceNotString_Type, typeString));