6 references to ERR_FileNotFound
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
1488or ErrorCode.ERR_FileNotFound
Errors\MessageProvider.cs (1)
162public override int ERR_FileNotFound => (int)ErrorCode.ERR_FileNotFound;
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (4)
CommandLineTests.cs (4)
459Diagnostic(ErrorCode.ERR_FileNotFound).WithArguments("System.Console.WriteLine(*?);")); 555Diagnostic(ErrorCode.ERR_FileNotFound).WithArguments("*").WithLocation(1, 1), 1494Diagnostic(ErrorCode.ERR_FileNotFound).WithArguments("//langversion:?").WithLocation(1, 1) 9339Diagnostic(ErrorCode.ERR_FileNotFound).WithArguments(@"tmpDi\r*a?.cs")};