4 references to ResourceManager
Microsoft.CodeAnalysis.VisualBasic (4)
Errors\ErrorFactories.vb (4)
104
Return
ResourceManager
.GetString(id.ToString(), language)
108
Return New LocalizableResourceString(id.ToString(),
ResourceManager
, GetType(ErrorFactory))
112
Return New LocalizableResourceString(id.ToString() + s_titleSuffix,
ResourceManager
, GetType(ErrorFactory))
116
Return New LocalizableResourceString(id.ToString() + s_descriptionSuffix,
ResourceManager
, GetType(ErrorFactory))