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