4 references to IdToString
Microsoft.CodeAnalysis.VisualBasic (4)
Errors\ErrorFactories.vb (1)
99Return IdToString(id, CultureInfo.CurrentUICulture)
Errors\LocalizableErrorArgument.vb (1)
35Return ErrorFactory.IdToString(_id, DirectCast(formatProvider, CultureInfo))
Errors\MessageProvider.vb (1)
27Return ErrorFactory.IdToString(DirectCast(code, ERRID), language)
GlobalImport.ImportDiagnosticInfo.vb (1)
22Dim msg = ErrorFactory.IdToString(ERRID.ERR_GeneralProjectImportsError3, TryCast(formatProvider, CultureInfo))