10 references to GetFormatString
System.Private.CoreLib (10)
Internal\Runtime\TypeLoaderExceptionHelper.cs (10)
24return new BadImageFormatException(GetFormatString(id)); 29return new TypeLoadException(SR.Format(GetFormatString(id), typeName, moduleName), typeName); 34return new TypeLoadException(SR.Format(GetFormatString(id), typeName, moduleName, messageArg), typeName); 39return new MissingFieldException(SR.Format(GetFormatString(id), fieldName)); 44throw new MissingMethodException(SR.Format(GetFormatString(id), methodName)); 49throw new System.IO.FileNotFoundException(SR.Format(GetFormatString(id), fileName), fileName); 54throw new InvalidProgramException(GetFormatString(id)); 59throw new InvalidProgramException(SR.Format(GetFormatString(id), methodName)); 64throw new MarshalDirectiveException(GetFormatString(id)); 69return new AmbiguousMatchException(GetFormatString(id));