6 references to ERR_FileNotFound
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
1427
case ErrorCode.
ERR_FileNotFound
:
Errors\MessageProvider.cs (1)
170
public override int ERR_FileNotFound => (int)ErrorCode.
ERR_FileNotFound
;
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (4)
CommandLineTests.cs (4)
402
Diagnostic(ErrorCode.
ERR_FileNotFound
).WithArguments("System.Console.WriteLine(*?);"));
498
Diagnostic(ErrorCode.
ERR_FileNotFound
).WithArguments("*").WithLocation(1, 1),
1451
Diagnostic(ErrorCode.
ERR_FileNotFound
).WithArguments("//langversion:?").WithLocation(1, 1)
9129
Diagnostic(ErrorCode.
ERR_FileNotFound
).WithArguments(@"tmpDi\r*a?.cs")};