8 references to ERR_NoSourceFile
Microsoft.CodeAnalysis.CSharp (4)
CommandLine\CSharpCompiler.cs (1)
363(int)ErrorCode.ERR_NoSourceFile,
Compilation\SyntaxAndDeclarationManager.cs (1)
210(int)ErrorCode.ERR_NoSourceFile,
Errors\ErrorFacts.cs (1)
1143case ErrorCode.ERR_NoSourceFile:
Errors\MessageProvider.cs (1)
171public override int ERR_NoSourceFile => (int)ErrorCode.ERR_NoSourceFile;
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (4)
Compilation\LoadDirectiveTests.cs (4)
27Diagnostic(ErrorCode.ERR_NoSourceFile, "\"\"").WithArguments("", CSharpResources.CouldNotFindFile).WithLocation(1, 7)); 40Diagnostic(ErrorCode.ERR_NoSourceFile, "\"missing\"").WithArguments("missing", CSharpResources.CouldNotFindFile).WithLocation(1, 7)); 60Diagnostic(ErrorCode.ERR_NoSourceFile, @"""b.csx""").WithArguments("b.csx", "Could not find file.").WithLocation(2, 27)); 64Diagnostic(ErrorCode.ERR_NoSourceFile, @"""b.csx""").WithArguments("b.csx", "Could not find file.").WithLocation(2, 27),