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