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