7 references to CouldNotFindFile
Microsoft.CodeAnalysis.CSharp (2)
CommandLine\CSharpCompiler.cs (1)
367
CSharpResources.
CouldNotFindFile
));
Compilation\SyntaxAndDeclarationManager.cs (1)
234
CSharpResources.
CouldNotFindFile
));
Microsoft.CodeAnalysis.CSharp.Scripting.Desktop.UnitTests (1)
CsiTests.cs (1)
76
(1,7): error CS1504: {string.Format(CSharpResources.ERR_NoSourceFile, "a.csx", CSharpResources.
CouldNotFindFile
)}
Microsoft.CodeAnalysis.CSharp.Scripting.UnitTests (2)
CommandLineRunnerTests.cs (2)
607
(1,7): error CS1504: {string.Format(CSharpResources.ERR_NoSourceFile, "a.csx", CSharpResources.
CouldNotFindFile
)}
617
$@"(1,7): error CS1504: {string.Format(CSharpResources.ERR_NoSourceFile, "a.csx", CSharpResources.
CouldNotFindFile
)}",
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (2)
Compilation\LoadDirectiveTests.cs (2)
28
Diagnostic(ErrorCode.ERR_NoSourceFile, "\"\"").WithArguments("", CSharpResources.
CouldNotFindFile
).WithLocation(1, 7));
41
Diagnostic(ErrorCode.ERR_NoSourceFile, "\"missing\"").WithArguments("missing", CSharpResources.
CouldNotFindFile
).WithLocation(1, 7));