8 references to ERR_NoSourceFile
Microsoft.CodeAnalysis.CSharp (4)
CommandLine\CSharpCompiler.cs (1)
364(int)ErrorCode.ERR_NoSourceFile,
Compilation\SyntaxAndDeclarationManager.cs (1)
231(int)ErrorCode.ERR_NoSourceFile,
Errors\ErrorFacts.cs (1)
1205or ErrorCode.ERR_NoSourceFile
Errors\MessageProvider.cs (1)
163public override int ERR_NoSourceFile => (int)ErrorCode.ERR_NoSourceFile;
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (4)
Compilation\LoadDirectiveTests.cs (4)
28Diagnostic(ErrorCode.ERR_NoSourceFile, "\"\"").WithArguments("", CSharpResources.CouldNotFindFile).WithLocation(1, 7)); 41Diagnostic(ErrorCode.ERR_NoSourceFile, "\"missing\"").WithArguments("missing", CSharpResources.CouldNotFindFile).WithLocation(1, 7)); 61Diagnostic(ErrorCode.ERR_NoSourceFile, @"""b.csx""").WithArguments("b.csx", "Could not find file.").WithLocation(2, 27)); 65Diagnostic(ErrorCode.ERR_NoSourceFile, @"""b.csx""").WithArguments("b.csx", "Could not find file.").WithLocation(2, 27),