3 references to ERR_OpenResponseFile
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
1433
case ErrorCode.
ERR_OpenResponseFile
:
Errors\MessageProvider.cs (1)
167
public override int ERR_OpenResponseFile => (int)ErrorCode.
ERR_OpenResponseFile
;
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (1)
CommandLineTests.cs (1)
1490
Diagnostic(ErrorCode.
ERR_OpenResponseFile
).WithArguments(Path.Combine(WorkingDirectory, @"roslyn_test_non_existing_file")));