7 references to MessageProvider
Microsoft.CodeAnalysis (7)
CommandLine\CommandLineParser.cs (6)
1173errors.Add(Diagnostic.Create(MessageProvider, (int)MessageProvider.FTL_InvalidInputFileName, path)); 1309errors.Add(Diagnostic.Create(MessageProvider, (int)MessageProvider.FTL_InvalidInputFileName, path)); 1329errors.Add(Diagnostic.Create(MessageProvider, (int)MessageProvider.ERR_FileNotFound, path));
CommandLine\CommonCompiler.cs (1)
136this.MessageProvider = parser.MessageProvider;