1 override of ERR_FileNotFound
Microsoft.CodeAnalysis.CSharp (1)
Errors\MessageProvider.cs (1)
162public override int ERR_FileNotFound => (int)ErrorCode.ERR_FileNotFound;
2 references to ERR_FileNotFound
Microsoft.CodeAnalysis (2)
CommandLine\CommandLineParser.cs (1)
1299errors.Add(Diagnostic.Create(MessageProvider, (int)MessageProvider.ERR_FileNotFound, path));
CommandLine\CommonCompiler.cs (1)
500diagnosticInfo = new DiagnosticInfo(messageProvider, messageProvider.ERR_FileNotFound, filePath);