2 references to ERR_FileNotFound
Microsoft.CodeAnalysis (2)
CommandLine\CommandLineParser.cs (1)
1300errors.Add(Diagnostic.Create(MessageProvider, (int)MessageProvider.ERR_FileNotFound, path));
CommandLine\CommonCompiler.cs (1)
511diagnosticInfo = new DiagnosticInfo(messageProvider, messageProvider.ERR_FileNotFound, filePath);